Skip to content

Commit a19e55d

Browse files
Add editor config.
1 parent 0356055 commit a19e55d

File tree

2 files changed

+447
-0
lines changed

2 files changed

+447
-0
lines changed

.editorconfig

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
root=true
2+
3+
[*]
4+
end_of_line = CRLF
5+
insert_final_newline = true
6+
7+
[*.cs]
8+
indent_style = tab
9+
dotnet_sort_system_directives_first = true
10+
csharp_space_after_cast = true
11+
12+
[*.xsd]
13+
indent_style = tab
14+
15+
[*.json]
16+
indent_style = space
17+
indent_size = 2
18+
19+
[*.xml]
20+
indent_style = space
21+
indent_size = 2
22+
23+
[*.csproj]
24+
indent_style = space
25+
indent_size = 2
26+
27+
[*.vbproj]
28+
indent_style = space
29+
indent_size = 2
30+
31+
[*.cshtml]
32+
indent_style = space
33+
indent_size = 4

0 commit comments

Comments
 (0)