Parent Directory
|
Revision Log
chore: update .clang-{format,tidy}
1 | 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 | # BeforeNonEmptyParentheses: false |
16 | CommentPragmas: '^' |
17 | AlignEscapedNewlines: false |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |