We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c590f commit a956931Copy full SHA for a956931
.clang-format
@@ -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