diff --git a/.clang-format b/.clang-format index 1c0cdc87..c07d66a4 100644 --- a/.clang-format +++ b/.clang-format @@ -9,16 +9,19 @@ BraceWrapping: AfterClass: false AfterControlStatement: Never AfterEnum: false - AfterNamespace: false - AfterStruct: false - AfterUnion: false - BeforeElse: false + AfterNamespace: false + AfterStruct: false + AfterUnion: false + BeforeElse: false SplitEmptyFunction: false SplitEmptyRecord: false -AllowShortBlocksOnASingleLine: Empty +AllowShortBlocksOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: WithoutElse AlwaysBreakTemplateDeclarations: Yes NamespaceIndentation: All AllowShortFunctionsOnASingleLine: Inline SortIncludes: false +FixNamespaceComments: true +ShortNamespaceLines: 0 +CompactNamespaces: false