Skip to content

Commit

Permalink
Format code:
Browse files Browse the repository at this point in the history
- LLVM style
- IndentWidth: 4
- ColumnLimit: 0
  • Loading branch information
lilian committed Aug 28, 2024
1 parent 272eb16 commit 63adada
Show file tree
Hide file tree
Showing 31 changed files with 7,038 additions and 6,897 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BreakBeforeTernaryOperators: true
BreakConstructorInitializers: BeforeColon
BreakInheritanceList: BeforeColon
BreakStringLiterals: true
ColumnLimit: 80
ColumnLimit: 0
CommentPragmas: '^ IWYU pragma:'
CompactNamespaces: false
ConstructorInitializerIndentWidth: 4
Expand Down Expand Up @@ -134,7 +134,7 @@ IndentExternBlock: AfterExternBlock
IndentGotoLabels: true
IndentPPDirectives: None
IndentRequiresClause: true
IndentWidth: 2
IndentWidth: 4
IndentWrappedFunctionNames: false
InsertBraces: false
InsertNewlineAtEOF: false
Expand Down
Loading

0 comments on commit 63adada

Please sign in to comment.