Fully disable clang format where needed.

Even with formatting off, clang still tries to rearrange the include
files or the using statements, so disable that too.

Test: Verified that the include directories are not rearranged.
Change-Id: I991a1b2bfa94a8202c5a486664658d654f1c7811
This commit is contained in:
Christopher Ferris 2020-01-30 08:10:17 -08:00
parent 0ec8bea93c
commit 1cc755c8cf
6 changed files with 12 additions and 0 deletions

View file

@ -1 +1,3 @@
DisableFormat: true
SortIncludes: false
SortUsingDeclarations: false

View file

@ -1 +1,3 @@
DisableFormat: true
SortIncludes: false
SortUsingDeclarations: false

View file

@ -1 +1,3 @@
DisableFormat: true
SortIncludes: false
SortUsingDeclarations: false

View file

@ -1 +1,3 @@
DisableFormat: true
SortIncludes: false
SortUsingDeclarations: false

View file

@ -1 +1,3 @@
DisableFormat: true
SortIncludes: false
SortUsingDeclarations: false

View file

@ -1 +1,3 @@
DisableFormat: true
SortIncludes: false
SortUsingDeclarations: false