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