Parent Directory
|
Revision Log
chore: clang format config
1 | rakinar2 | 29 | IndentWidth: 4 |
2 | IndentStyle: Spaces | ||
3 | BasedOnStyle: GNU | ||
4 | ColumnLimit: 80 | ||
5 | BreakBeforeBraces: GNU | ||
6 | UseTab: Never | ||
7 | SpaceAfterCStyleCast: true | ||
8 | SpaceAfterFunctionName: false | ||
9 | AlignArrayOfStructures: Left | ||
10 | IndentPPDirectives: AfterHash | ||
11 | # IndentCaseLabels: true | ||
12 | # SpaceBeforeParens: Custom | ||
13 | # SpaceBeforeParensOptions: | ||
14 | # AfterControlStatements: true | ||
15 | # AfterFunctionDefinitionName: false | ||
16 | # AfterFunctionDeclarationName: false | ||
17 | # BeforeNonEmptyParentheses: false |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |