aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-04-30 22:22:54 +0200
committerMango0x45 <thomasvoss@live.com> 2021-04-30 22:22:54 +0200
commit01782b93dc477e8e2f47409af5244e4069ba8c61 (patch)
tree3172c1f89206d72d19d4760eb47f3fca0033a2fb /.clang-format
parentd8162f99b1d41321cc3e6d9ab2e063716e2f9a29 (diff)
Finally add dark theme!
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format6
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