Преглед изворни кода

Update clang format file to force compact namespaces

Patrick-Christopher Mattulat пре 1 година
родитељ
комит
ad5fd017ed
1 измењених фајлова са 1 додато и 1 уклоњено
  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