clang-format tweaks
* enforce unix-style line endings * don't format comment leading spaces * don't sort includes
This commit is contained in:
parent
c99217920f
commit
55347f315c
|
@ -1,16 +1,14 @@
|
||||||
|
AllowAllArgumentsOnNextLine: false
|
||||||
|
BreakBeforeBraces: Allman
|
||||||
ColumnLimit: 0
|
ColumnLimit: 0
|
||||||
|
Cpp11BracedListStyle: false
|
||||||
IndentPPDirectives: BeforeHash
|
IndentPPDirectives: BeforeHash
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
|
LineEnding: LF
|
||||||
MaxEmptyLinesToKeep: 1
|
MaxEmptyLinesToKeep: 1
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
SeparateDefinitionBlocks: Always
|
SeparateDefinitionBlocks: Always
|
||||||
SortIncludes: true
|
|
||||||
SpaceBeforeParens: Never
|
SpaceBeforeParens: Never
|
||||||
SpacesInLineCommentPrefix:
|
|
||||||
Minimum: 1
|
|
||||||
Maximum: -1
|
|
||||||
TabWidth: 4
|
TabWidth: 4
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
BreakBeforeBraces: Allman
|
ReflowComments: false
|
||||||
AllowAllArgumentsOnNextLine: false
|
|
||||||
Cpp11BracedListStyle: false
|
|
Loading…
Reference in New Issue