CI: don't indent namespaces at all

This commit is contained in:
Adriaan de Groot 2019-06-13 12:33:36 +02:00
parent 4202126f34
commit ebc4ebbbcc

View File

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