about summary refs log tree commit diff stats
path: root/utils/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'utils/.clang-format')
-rw-r--r--utils/.clang-format8
1 files changed, 8 insertions, 0 deletions
diff --git a/utils/.clang-format b/utils/.clang-format new file mode 100644 index 0000000..111249f --- /dev/null +++ b/utils/.clang-format
@@ -0,0 +1,8 @@
1---
2BasedOnStyle: LLVM
3IndentWidth: '4'
4SpaceAfterCStyleCast: 'true'
5ColumnLimit: 400
6AllowShortFunctionsOnASingleLine: None
7IndentCaseLabels: 'true'
8...