aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format8
1 files changed, 7 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index c2dc3e0..aeed635 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,4 +3,10 @@ IndentWidth: 8
PPIndentWidth: -1
UseTab: AlignWithSpaces
IndentPPDirectives: AfterHash
-ColumnLimit: 100 \ No newline at end of file
+ColumnLimit: 100
+
+SeparateDefinitionBlocks: Always
+
+NamespaceIndentation: None
+FixNamespaceComments: true
+WrapNamespaceBodyWithEmptyLines: Always