diff options
author | Andreas Kling <kling@serenityos.org> | 2020-03-14 10:10:21 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-03-14 10:10:21 +0100 |
commit | 1ec477190421dcffeff675ec8b31e667c054cc42 (patch) | |
tree | b22b77dbceec4d49d460e1891d7476388dc86a45 | |
parent | 15d5b2d29e5b375a7b0601e7c456ac49868c606d (diff) | |
download | serenity-1ec477190421dcffeff675ec8b31e667c054cc42.zip |
Meta: Update .clang-format to not indent nested namespaces
-rw-r--r-- | .clang-format | 1 |
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 |