diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-04-30 22:22:54 +0200 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-04-30 22:22:54 +0200 |
commit | 01782b93dc477e8e2f47409af5244e4069ba8c61 (patch) | |
tree | 3172c1f89206d72d19d4760eb47f3fca0033a2fb /.clang-format | |
parent | d8162f99b1d41321cc3e6d9ab2e063716e2f9a29 (diff) |
Finally add dark theme!
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format index bda6336..3130d2e 100644 --- a/.clang-format +++ b/.clang-format @@ -23,7 +23,7 @@ BraceWrapping: AfterUnion: false AfterExternBlock: false BeforeCatch: false - BeforeElse: false + BeforeElse: true IndentBraces: false SplitEmptyFunction: true SplitEmptyRecord: true @@ -31,7 +31,7 @@ BraceWrapping: BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Custom BreakBeforeTernaryOperators: true -ColumnLimit: 80 +ColumnLimit: 100 ContinuationIndentWidth: 8 DeriveLineEnding: true IndentCaseBlocks: false @@ -61,4 +61,4 @@ UseTab: Always # Taken from git's rules (Except PenaltyBreakAssignment) PenaltyBreakAssignment: 100 -PenaltyExcessCharacter: 100
\ No newline at end of file +PenaltyExcessCharacter: 100 |