We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0356055 commit a19e55dCopy full SHA for a19e55d
.editorconfig
@@ -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
14
15
+[*.json]
16
+indent_style = space
17
+indent_size = 2
18
19
+[*.xml]
20
21
22
23
+[*.csproj]
24
25
26
27
+[*.vbproj]
28
29
30
31
+[*.cshtml]
32
33
+indent_size = 4
0 commit comments