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

Diff of /trunk/.clang-format

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 29 by rakinar2, Tue Aug 6 13:10:19 2024 UTC revision 43 by rakinar2, Sat Aug 10 18:31:52 2024 UTC
# Line 1  Line 1 
1  IndentWidth: 4  IndentWidth: 4
 IndentStyle: Spaces  
2  BasedOnStyle: GNU  BasedOnStyle: GNU
3  ColumnLimit: 80  ColumnLimit: 80
4  BreakBeforeBraces: GNU  BreakBeforeBraces: GNU
5  UseTab: Never  UseTab: Never
6  SpaceAfterCStyleCast: true  SpaceAfterCStyleCast: true
 SpaceAfterFunctionName: false  
7  AlignArrayOfStructures: Left  AlignArrayOfStructures: Left
8  IndentPPDirectives: AfterHash  IndentPPDirectives: AfterHash
9  # IndentCaseLabels: true  # IndentCaseLabels: true
# Line 14  IndentPPDirectives: AfterHash Line 12  IndentPPDirectives: AfterHash
12  #   AfterControlStatements: true  #   AfterControlStatements: true
13  #   AfterFunctionDefinitionName: false  #   AfterFunctionDefinitionName: false
14  #   AfterFunctionDeclarationName: false  #   AfterFunctionDeclarationName: false
 #   BeforeNonEmptyParentheses: false  
15    #   BeforeNonEmptyParentheses: false
16    CommentPragmas: '^'
17    AlignEscapedNewlines: false

Legend:
Removed from v.29  
changed lines
  Added in v.43

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26