aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorMango0x45 <thomasvoss@live.com> 2021-02-05 20:52:03 +0100
committerMango0x45 <thomasvoss@live.com> 2021-02-05 20:52:03 +0100
commit46ce784259a43111d06ebb4299247cf8cdaee3f3 (patch)
tree5c67acc194751dd9ed80c1d28aee52df7f987b2f /.clang-format
parenta2213e31289e2d0d7ea5584d01c914adaf4e07e8 (diff)
Tabs are better than spaces
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format8
1 files changed, 4 insertions, 4 deletions
diff --git a/.clang-format b/.clang-format
index b37ca62..3044a0c 100644
--- a/.clang-format
+++ b/.clang-format
@@ -32,11 +32,11 @@ BreakBeforeBinaryOperators: NonAssignment
BreakBeforeBraces: Custom
BreakBeforeTernaryOperators: true
ColumnLimit: 100
-ContinuationIndentWidth: 4
+ContinuationIndentWidth: 8
DeriveLineEnding: true
IndentCaseBlocks: false
IndentCaseLabels: false
-IndentWidth: 4
+IndentWidth: 8
InsertTrailingCommas: None
JavaScriptQuotes: Double
JavaScriptWrapImports: true
@@ -55,6 +55,6 @@ SpacesInConditionalStatement: false
SpacesInContainerLiterals: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
-TabWidth: 4
+TabWidth: 8
UseCRLF: false
-UseTab: Never \ No newline at end of file
+UseTab: ForIndentation \ No newline at end of file