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 c606387 commit 4bd363aCopy full SHA for 4bd363a
.editorconfig
@@ -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
15
16
+[*.json]
17
18
+indent_size = 2
19
20
+[*.js]
21
22
23
24
+[*.yml]
25
26
0 commit comments