Disable formatting not supported by Visual Studio 2019
parent
c02cd20352
commit
001d2e2f65
|
@ -13,7 +13,7 @@ AllowShortEnumsOnASingleLine: true
|
||||||
AllowShortBlocksOnASingleLine: Never
|
AllowShortBlocksOnASingleLine: Never
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
AllowShortCaseLabelsOnASingleLine: false
|
||||||
AllowShortFunctionsOnASingleLine: All
|
AllowShortFunctionsOnASingleLine: All
|
||||||
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
AllowShortIfStatementsOnASingleLine: Never
|
||||||
AllowShortLoopsOnASingleLine: false
|
AllowShortLoopsOnASingleLine: false
|
||||||
|
|
||||||
AlwaysBreakAfterDefinitionReturnType: All
|
AlwaysBreakAfterDefinitionReturnType: All
|
||||||
|
@ -45,7 +45,10 @@ Cpp11BracedListStyle: false
|
||||||
|
|
||||||
# Never format includes
|
# Never format includes
|
||||||
IncludeBlocks: Preserve
|
IncludeBlocks: Preserve
|
||||||
SortIncludes: Never
|
# clang-format version 4.0 through 12.0:
|
||||||
|
#SortIncludes: false
|
||||||
|
# clang-format version 13.0+:
|
||||||
|
#SortIncludes: Never
|
||||||
|
|
||||||
# No length limit, in case it breaks macros, you can
|
# No length limit, in case it breaks macros, you can
|
||||||
# disable it with /* clang-format off/on */ comments
|
# disable it with /* clang-format off/on */ comments
|
||||||
|
|
Loading…
Reference in New Issue