Skip to content

Commit bcdc100

Browse files
Create .clang-format
1 parent 55ffbfa commit bcdc100

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.clang-format

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
BasedOnStyle: Google
2+
IndentWidth: 4
3+
UseTab: Never
4+
BreakBeforeBraces: Attach
5+
AllowShortIfStatementsOnASingleLine: true
6+
AllowShortFunctionsOnASingleLine: Inline
7+
ColumnLimit: 100
8+
SpacesInParentheses: false
9+
SpacesInAngles: false
10+
SpaceBeforeParens: ControlStatements

0 commit comments

Comments
 (0)