From 46ce784259a43111d06ebb4299247cf8cdaee3f3 Mon Sep 17 00:00:00 2001 From: Mango0x45 Date: Fri, 5 Feb 2021 20:52:03 +0100 Subject: Tabs are better than spaces --- .clang-format | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.clang-format') 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 -- cgit v1.2.3