/[osn-commons]/trunk/.clang-format
ViewVC logotype

Annotation of /trunk/.clang-format

Parent Directory Parent Directory | Revision Log Revision Log


Revision 43 - (hide annotations)
Sat Aug 10 18:31:52 2024 UTC (7 months, 2 weeks ago) by rakinar2
File size: 449 byte(s)
chore: update .clang-{format,tidy}
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

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26