Skip to content

Commit 4bd363a

Browse files
committed
added .editorconfig
1 parent c606387 commit 4bd363a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.editorconfig

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#top-most EditorConfig for project
2+
root = true
3+
4+
[*]
5+
end_of_line = crlf
6+
insert_final_newline = true
7+
8+
[*.cs]
9+
indent_style = space
10+
indent_size = 4
11+
12+
[*.{xml,csproj,config}]
13+
indent_style = tab
14+
indent_size = 4
15+
16+
[*.json]
17+
indent_style = space
18+
indent_size = 2
19+
20+
[*.js]
21+
indent_style = space
22+
indent_size = 2
23+
24+
[*.yml]
25+
indent_style = space
26+
indent_size = 2

0 commit comments

Comments
 (0)