Skip to content

Commit a956931

Browse files
committed
add clang format config
1 parent 26c590f commit a956931

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.clang-format

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Language: CSharp
2+
BreakBeforeBraces: Allman
3+
IndentWidth: 4
4+
ColumnLimit: 100
5+
AllowShortBlocksOnASingleLine: true
6+
AllowShortIfStatementsOnASingleLine: WithoutElse
7+
BinPackArguments: false

0 commit comments

Comments
 (0)