We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c6665a commit b74c2c0Copy full SHA for b74c2c0
1 file changed
.editorconfig
@@ -0,0 +1,21 @@
1
+# editorconfig.org
2
+
3
+# top-most EditorConfig file
4
+root = true
5
6
+# Default settings:
7
+# A newline ending every file
8
+# Use 2 spaces as indentation
9
+# Trim trailing whitespace
10
+[*]
11
+end_of_line = lf
12
+insert_final_newline = true
13
+indent_style = space
14
+indent_size = 2
15
+trim_trailing_whitespace = true
16
17
+[*.cs]
18
+indent_style = tab
19
20
+[*.csproj]
21
0 commit comments