Skip to content

Commit 5416624

Browse files
Your Namehecko
authored andcommitted
attempt to slowly introduce clang-format into codebase
1 parent 37934eb commit 5416624

File tree

4 files changed

+355
-398
lines changed

4 files changed

+355
-398
lines changed

.clang-format

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
BasedOnStyle: LLVM
2+
IndentWidth: 2
3+
TabWidth: 2
4+
UseTab: Never
5+
SortIncludes: false
6+
ColumnLimit: 110
7+
PointerAlignment: Right
8+
AllowShortEnumsOnASingleLine: false
9+
BreakBeforeBraces: Custom
10+
InsertBraces: true

0 commit comments

Comments
 (0)