[REACTOS] Exclude some modules from clang-format

This commit is contained in:
Victor Perevertkin 2019-12-27 19:47:07 +03:00 committed by Victor Perevertkin
parent 0c64aed86a
commit e92ab76d0d
2 changed files with 8 additions and 0 deletions

4
sdk/lib/3rdparty/.clang-format vendored Normal file
View file

@ -0,0 +1,4 @@
---
DisableFormat: true
SortIncludes: false
...