Disable sort includes in the folders where clang format is disabled

For me this is a bug, DisableFormat should stop any kind of changes.
This commit is contained in:
Luis Ángel San Martín 2019-08-17 19:28:32 +02:00
parent 5055c01372
commit f875e7d304
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1,2 @@
DisableFormat: true
DisableFormat: true
SortIncludes: false

View File

@ -1 +1,2 @@
DisableFormat: true
DisableFormat: true
SortIncludes: false

View File

@ -1 +1,2 @@
DisableFormat: true
DisableFormat: true
SortIncludes: false