Skip to content

Commit c175eef

Browse files
committedOct 20, 2020
Add some files
1 parent baf387c commit c175eef

10 files changed

+604
-0
lines changed
 

‎.editorconfig

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig is awesome: http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
charset = utf-8-bom
6+
end_of_line = crlf
7+
indent_style = space
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.cs]
12+
indent_size = 4

0 commit comments

Comments
 (0)
Please sign in to comment.