summaryrefslogtreecommitdiffstats
path: root/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format12
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 @@
1UseTab: ForContinuationAndIndentation
2IndentWidth: 4
3TabWidth: 4
4AllowShortIfStatementsOnASingleLine: false
5BreakBeforeBraces: Attach
6AlignConsecutiveMacros: true
7ColumnLimit: 140
8IndentPPDirectives: AfterHash
9SortIncludes: Never
10AllowShortEnumsOnASingleLine: false
11BinPackArguments: true
12InsertBraces: true