diff options
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..c7f0b5ed --- /dev/null +++ b/.clang-format | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | BasedOnStyle: LLVM | ||
| 2 | UseTab: ForContinuationAndIndentation | ||
| 3 | IndentWidth: 4 | ||
| 4 | TabWidth: 4 | ||
| 5 | AllowShortIfStatementsOnASingleLine: false | ||
| 6 | BreakBeforeBraces: Attach | ||
| 7 | AlignConsecutiveMacros: true | ||
| 8 | ColumnLimit: 180 | ||
| 9 | IndentPPDirectives: AfterHash | ||
| 10 | SortIncludes: Never | ||
