Enable clang format again and disable AllowShortFuctionOnASinlgeLine
This commit is contained in:
parent
896d41c561
commit
f644f6bd42
|
@ -1,12 +1,11 @@
|
|||
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||||
DisableFormat: true
|
||||
Language: Cpp
|
||||
BasedOnStyle: LLVM
|
||||
AccessModifierOffset: -4
|
||||
AlignAfterOpenBracket: DontAlign
|
||||
AllowAllArgumentsOnNextLine: false
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
BreakBeforeBraces: Allman
|
||||
BreakBeforeTernaryOperators: true
|
||||
BreakInheritanceList: BeforeColon
|
||||
|
|
Loading…
Reference in New Issue