Explorar o código

Update clang format file to force compact namespaces

Patrick-Christopher Mattulat hai 1 ano
pai
achega
ad5fd017ed
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .clang-format

+ 1 - 1
.clang-format

@@ -34,7 +34,7 @@ BreakBeforeTernaryOperators: true
 BreakConstructorInitializers: BeforeColon
 BreakInheritanceList: BeforeColon
 ColumnLimit: 700
-CompactNamespaces: false
+CompactNamespaces: true
 ContinuationIndentWidth: 4
 EmptyLineAfterAccessModifier: Always
 FixNamespaceComments: false