1 files changed, 3 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format
index 059aee19..b5e2f017 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,14 +1,14 @@
---
Language: Cpp
-Standard: Cpp11
-AccessModifierOffset: -8
+Standard: c++17
+AccessModifierOffset: -4
AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AllowShortFunctionsOnASingleLine: true
BasedOnStyle: Mozilla
ColumnLimit: 100
IndentCaseLabels: false
-IndentWidth: 8
+IndentWidth: 4
KeepEmptyLinesAtTheStartOfBlocks: false
PointerAlignment: Right
Cpp11BracedListStyle: true
|