1 |
rakinar2 |
29 |
IndentWidth: 4 |
2 |
|
|
BasedOnStyle: GNU |
3 |
|
|
ColumnLimit: 80 |
4 |
|
|
BreakBeforeBraces: GNU |
5 |
|
|
UseTab: Never |
6 |
|
|
SpaceAfterCStyleCast: true |
7 |
|
|
AlignArrayOfStructures: Left |
8 |
|
|
IndentPPDirectives: AfterHash |
9 |
|
|
# IndentCaseLabels: true |
10 |
|
|
# SpaceBeforeParens: Custom |
11 |
|
|
# SpaceBeforeParensOptions: |
12 |
|
|
# AfterControlStatements: true |
13 |
|
|
# AfterFunctionDefinitionName: false |
14 |
|
|
# AfterFunctionDeclarationName: false |
15 |
rakinar2 |
37 |
# BeforeNonEmptyParentheses: false |
16 |
|
|
CommentPragmas: '^' |
17 |
|
|
AlignEscapedNewlines: false |