Skip to content

Commit

Permalink
Tune formatting settings a bit more
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Apr 30, 2024
1 parent c6504f6 commit d601beb
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
---
Language: Cpp
BasedOnStyle: Chromium
Language: Cpp
BasedOnStyle: Chromium
AlignAfterOpenBracket: BlockIndent
IndentWidth: 4
ColumnLimit: 110
ReflowComments: false
BinPackArguments: false
IndentWidth: 4
ColumnLimit: 110
ReflowComments: false
BreakConstructorInitializers: BeforeComma
BreakInheritanceList: BeforeComma
SpaceAfterCStyleCast: true
SpaceInEmptyBlock: true
AccessModifierOffset: -2
BreakBeforeBraces: Custom
BraceWrapping:
AfterControlStatement: MultiLine
AllowShortBlocksOnASingleLine: Empty

# Possibly configure IncludeCategories

0 comments on commit d601beb

Please sign in to comment.