diff options
author | Mango0x45 <thomasvoss@live.com> | 2021-02-05 20:52:03 +0100 |
---|---|---|
committer | Mango0x45 <thomasvoss@live.com> | 2021-02-05 20:52:03 +0100 |
commit | 46ce784259a43111d06ebb4299247cf8cdaee3f3 (patch) | |
tree | 5c67acc194751dd9ed80c1d28aee52df7f987b2f /.clang-format | |
parent | a2213e31289e2d0d7ea5584d01c914adaf4e07e8 (diff) |
Tabs are better than spaces
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 8 |
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 |