aboutsummaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
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..2aceea2 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: Always \ No newline at end of file