diff options
Diffstat (limited to 'utils/.clang-format')
| -rw-r--r-- | utils/.clang-format | 8 |
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 | --- | ||
| 2 | BasedOnStyle: LLVM | ||
| 3 | IndentWidth: '4' | ||
| 4 | SpaceAfterCStyleCast: 'true' | ||
| 5 | ColumnLimit: 400 | ||
| 6 | AllowShortFunctionsOnASingleLine: None | ||
| 7 | IndentCaseLabels: 'true' | ||
| 8 | ... | ||
