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

Contents of /trunk/.clang-format

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37 - (show annotations)
Thu Aug 8 19:13:53 2024 UTC (7 months, 3 weeks ago) by rakinar2
File size: 499 byte(s)
chore: update .clang-format

1 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
18 CommentPragmas: '^'
19 AlignEscapedNewlines: false

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26