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