CI: don't indent namespaces at all

main
Adriaan de Groot 6 years ago
parent 4202126f34
commit ebc4ebbbcc

@ -19,7 +19,7 @@ FixNamespaceComments: 'true'
IncludeBlocks: Preserve IncludeBlocks: Preserve
IndentWidth: '4' IndentWidth: '4'
MaxEmptyLinesToKeep: '2' MaxEmptyLinesToKeep: '2'
NamespaceIndentation: Inner NamespaceIndentation: None
PointerAlignment: Left PointerAlignment: Left
ReflowComments: 'false' ReflowComments: 'false'
SortIncludes: 'true' SortIncludes: 'true'

Loading…
Cancel
Save