summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index d112461c..6699e3ba 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,4 +1,5 @@
---
+AccessModifierOffset: -4
AlignAfterOpenBracket: DontAlign
AlignConsecutiveMacros: 'true'
AlignConsecutiveAssignments: 'false'
@@ -79,6 +80,6 @@ SpacesInParentheses: 'false'
SpacesInSquareBrackets: 'false'
IndentWidth: '4'
TabWidth: '4'
-UseTab: ForIndentation
+UseTab: ForContinuationAndIndentation
...