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

Annotation of /trunk/.clang-format

Parent Directory Parent Directory | Revision Log Revision Log


Revision 29 - (hide annotations)
Tue Aug 6 13:10:19 2024 UTC (7 months, 3 weeks ago) by rakinar2
File size: 451 byte(s)
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