diff options
Diffstat (limited to '3rdparty/bimg/3rdparty/astc-codec/src/.clang-format')
-rw-r--r-- | 3rdparty/bimg/3rdparty/astc-codec/src/.clang-format | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3rdparty/bimg/3rdparty/astc-codec/src/.clang-format b/3rdparty/bimg/3rdparty/astc-codec/src/.clang-format new file mode 100644 index 00000000000..9a00ee252a5 --- /dev/null +++ b/3rdparty/bimg/3rdparty/astc-codec/src/.clang-format @@ -0,0 +1,4 @@ +BasedOnStyle: Google +AllowShortCaseLabelsOnASingleLine: true +AllowShortFunctionsOnASingleLine: Inline +SpaceAfterTemplateKeyword: false |