diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 02dc5a17..ff61b452 100644 --- a/.clang-format +++ b/.clang-format @@ -1,3 +1,5 @@ BasedOnStyle: LLVM BreakBeforeBraces: Stroustrup -AllowShortIfStatementsOnASingleLine: true
\ No newline at end of file +AllowShortIfStatementsOnASingleLine: true +NamespaceIndentation: All + |
