Skip to content

Commit

Permalink
More options
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Jun 25, 2022
1 parent 502f6d6 commit 6d32d7e
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .clang-format
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
BasedOnStyle: LLVM
IndentWidth: 4
BreakBeforeBraces: WebKit
BreakBeforeBraces: Custom
BraceWrapping:
AfterStruct: true
AfterClass: true
AfterFunction: true
AfterUnion: true
SplitEmptyRecord: false
PointerAlignment: Middle
FixNamespaceComments: false
SortIncludes: Never
#IndentPPDirectives: BeforeHash
SpaceAfterCStyleCast: true
SpaceAfterTemplateKeyword: false
AccessModifierOffset: -4
AlignAfterOpenBracket: AlwaysBreak
AlignEscapedNewlines: DontAlign
ColumnLimit: 120
BreakStringLiterals: false
BitFieldColonSpacing: None
AllowShortFunctionsOnASingleLine: Empty
AlwaysBreakTemplateDeclarations: Yes
BinPackParameters: false
BreakConstructorInitializers: BeforeComma
EmptyLineAfterAccessModifier: Leave # change to always/never later?
EmptyLineBeforeAccessModifier: Leave
#PackConstructorInitializers: BinPack
BreakBeforeBinaryOperators: NonAssignment
AlwaysBreakBeforeMultilineStrings: true

0 comments on commit 6d32d7e

Please sign in to comment.