summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-03-14 10:10:21 +0100
committerAndreas Kling <kling@serenityos.org>2020-03-14 10:10:21 +0100
commit1ec477190421dcffeff675ec8b31e667c054cc42 (patch)
treeb22b77dbceec4d49d460e1891d7476388dc86a45
parent15d5b2d29e5b375a7b0601e7c456ac49868c606d (diff)
downloadserenity-1ec477190421dcffeff675ec8b31e667c054cc42.zip
Meta: Update .clang-format to not indent nested namespaces
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 8a109530e5..65447dc07d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -10,3 +10,4 @@ IndentPPDirectives: AfterHash
BreakBeforeBraces: Custom
BraceWrapping:
AfterFunction: true
+NamespaceIndentation: None