diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 000000000..f21cd7a55 --- /dev/null +++ b/.clang-format @@ -0,0 +1,15 @@ +BasedOnStyle: LLVM +IndentWidth: 8 +UseTab: Always +BreakBeforeBraces: Linux +IndentCaseLabels: false +DerivePointerAlignment: false +PointerAlignment: Left +AlignTrailingComments: true +AllowShortBlocksOnASingleLine: false +AllowShortCaseLabelsOnASingleLine: false +AllowShortFunctionsOnASingleLine: false +AllowShortIfStatementsOnASingleLine: false +AllowShortLoopsOnASingleLine: false +ColumnLimit: 0 + |
