diff options
Diffstat (limited to 'thirdparty/.clang-format')
-rw-r--r-- | thirdparty/.clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/thirdparty/.clang-format b/thirdparty/.clang-format new file mode 100644 index 0000000..bdc824e --- /dev/null +++ b/thirdparty/.clang-format @@ -0,0 +1,4 @@ +{ + "DisableFormat": true, + "SortIncludes": "Never" +} |