Skip to content

Commit bf1c1ed

Browse files
committed
Add .clang-format file
1 parent 9650571 commit bf1c1ed

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.clang-format

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
Language: Cpp
3+
BasedOnStyle: Google
4+
5+
ColumnLimit: 120
6+
NamespaceIndentation: Inner
7+
8+
# Scaled by a factor of 2 such that the base indent is 4
9+
AccessModifierOffset: -2
10+
ConstructorInitializerIndentWidth: 8
11+
ContinuationIndentWidth: 8
12+
IndentWidth: 4
13+
ObjCBlockIndentWidth: 4
14+
...

0 commit comments

Comments
 (0)