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:
parent
0ec8bea93c
commit
1cc755c8cf
6 changed files with 12 additions and 0 deletions
|
@ -1 +1,3 @@
|
|||
DisableFormat: true
|
||||
SortIncludes: false
|
||||
SortUsingDeclarations: false
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
DisableFormat: true
|
||||
SortIncludes: false
|
||||
SortUsingDeclarations: false
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
DisableFormat: true
|
||||
SortIncludes: false
|
||||
SortUsingDeclarations: false
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
DisableFormat: true
|
||||
SortIncludes: false
|
||||
SortUsingDeclarations: false
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
DisableFormat: true
|
||||
SortIncludes: false
|
||||
SortUsingDeclarations: false
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
DisableFormat: true
|
||||
SortIncludes: false
|
||||
SortUsingDeclarations: false
|
||||
|
|
Loading…
Reference in a new issue