Disable clang format because of constructor bin pack issues
This commit is contained in:
parent
a4f21371c3
commit
f2126f6c7c
|
@ -1,4 +1,5 @@
|
||||||
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
|
||||||
|
DisableFormat: true
|
||||||
Language: Cpp
|
Language: Cpp
|
||||||
BasedOnStyle: LLVM
|
BasedOnStyle: LLVM
|
||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
|
@ -30,6 +31,7 @@ IndentPPDirectives: BeforeHash
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
InsertNewlineAtEOF: true
|
InsertNewlineAtEOF: true
|
||||||
NamespaceIndentation: All
|
NamespaceIndentation: All
|
||||||
|
PackConstructorInitializers: BinPack
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
ReferenceAlignment: Left
|
ReferenceAlignment: Left
|
||||||
SortIncludes: CaseInsensitive
|
SortIncludes: CaseInsensitive
|
||||||
|
|
Loading…
Reference in New Issue