Skip to content

Commit 677b386

Browse files
committed
Initial commit
0 parents  commit 677b386

31 files changed

+1557
-0
lines changed

.csharpierrc.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"printWidth": 200,
3+
"useTabs": false,
4+
"tabWidth": 4,
5+
"preprocessorSymbolSets": ["", "DEBUG", "RELEASE"]
6+
}

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto

0 commit comments

Comments
 (0)