1 |
IndentWidth: 4 |
IndentWidth: 4 |
|
IndentStyle: Spaces |
|
2 |
BasedOnStyle: GNU |
BasedOnStyle: GNU |
3 |
ColumnLimit: 80 |
ColumnLimit: 80 |
4 |
BreakBeforeBraces: GNU |
BreakBeforeBraces: GNU |
5 |
UseTab: Never |
UseTab: Never |
6 |
SpaceAfterCStyleCast: true |
SpaceAfterCStyleCast: true |
|
SpaceAfterFunctionName: false |
|
7 |
AlignArrayOfStructures: Left |
AlignArrayOfStructures: Left |
8 |
IndentPPDirectives: AfterHash |
IndentPPDirectives: AfterHash |
9 |
# IndentCaseLabels: true |
# IndentCaseLabels: true |
12 |
# AfterControlStatements: true |
# AfterControlStatements: true |
13 |
# AfterFunctionDefinitionName: false |
# AfterFunctionDefinitionName: false |
14 |
# AfterFunctionDeclarationName: false |
# AfterFunctionDeclarationName: false |
|
# BeforeNonEmptyParentheses: false |
|
15 |
|
# BeforeNonEmptyParentheses: false |
16 |
|
CommentPragmas: '^' |
17 |
|
AlignEscapedNewlines: false |