CI: massage the .clang-format file, it's just ASCII
This commit is contained in:
parent
6e9f1be9e9
commit
a2ab91474f
@ -1,34 +1,32 @@
|
|||||||
---
|
---
|
||||||
BasedOnStyle: WebKit
|
BasedOnStyle: WebKit
|
||||||
|
|
||||||
AlignAfterOpenBracket: Align
|
AlignAfterOpenBracket: Align
|
||||||
AlignEscapedNewlines: Left
|
AlignEscapedNewlines: Left
|
||||||
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
AllowAllParametersOfDeclarationOnNextLine: "false"
|
||||||
AllowShortFunctionsOnASingleLine: Inline
|
AllowShortFunctionsOnASingleLine: Inline
|
||||||
AllowShortIfStatementsOnASingleLine: 'false'
|
AllowShortIfStatementsOnASingleLine: "false"
|
||||||
AllowShortLoopsOnASingleLine: 'false'
|
AllowShortLoopsOnASingleLine: "false"
|
||||||
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
AlwaysBreakAfterReturnType: TopLevelDefinitions
|
||||||
AlwaysBreakTemplateDeclarations: Yes
|
AlwaysBreakTemplateDeclarations: Yes
|
||||||
BinPackArguments: 'false'
|
BinPackArguments: "false"
|
||||||
BinPackParameters: 'false'
|
BinPackParameters: "false"
|
||||||
BreakBeforeBraces: Allman
|
BreakBeforeBraces: Allman
|
||||||
BreakBeforeTernaryOperators: 'true'
|
BreakBeforeTernaryOperators: "true"
|
||||||
BreakConstructorInitializers: BeforeComma
|
BreakConstructorInitializers: BeforeComma
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
Cpp11BracedListStyle: 'false'
|
Cpp11BracedListStyle: "false"
|
||||||
FixNamespaceComments: 'true'
|
FixNamespaceComments: "true"
|
||||||
IncludeBlocks: Preserve
|
IncludeBlocks: Preserve
|
||||||
IndentWidth: '4'
|
IndentWidth: "4"
|
||||||
MaxEmptyLinesToKeep: '2'
|
MaxEmptyLinesToKeep: "2"
|
||||||
NamespaceIndentation: None
|
NamespaceIndentation: None
|
||||||
PointerAlignment: Left
|
PointerAlignment: Left
|
||||||
ReflowComments: 'false'
|
ReflowComments: "false"
|
||||||
SortIncludes: 'true'
|
SortIncludes: "true"
|
||||||
SpaceAfterCStyleCast: 'false'
|
SpaceAfterCStyleCast: "false"
|
||||||
SpacesBeforeTrailingComments: '2'
|
SpacesBeforeTrailingComments: "2"
|
||||||
SpacesInAngles: 'true'
|
SpacesInAngles: "true"
|
||||||
SpacesInParentheses: 'true'
|
SpacesInParentheses: "true"
|
||||||
SpacesInSquareBrackets: 'true'
|
SpacesInSquareBrackets: "true"
|
||||||
Standard: Cpp11
|
Standard: Cpp11
|
||||||
|
|
||||||
...
|
|
||||||
|
Loading…
Reference in New Issue
Block a user