[build] Revert change to DeriveLineEnding made in #1961 (#2581)

Fixes windows with git autocrlf
This commit is contained in:
sciencewhiz
2020-07-09 21:29:50 -07:00
committed by GitHub
parent ac4b0a3118
commit ff0801d783

View File

@@ -57,7 +57,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DeriveLineEnding: false
DeriveLineEnding: true
DerivePointerAlignment: false
DisableFormat: false
ExperimentalAutoDetectBinPacking: false
@@ -162,6 +162,5 @@ StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
TabWidth: 8
UseCRLF: false
UseTab: Never
...