We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a671805 commit d0aabf8Copy full SHA for d0aabf8
.editorconfig
@@ -0,0 +1,18 @@
1
+# EditorConfig is awesome: https://EditorConfig.org
2
+root = true
3
+
4
+[*]
5
+charset = utf-8
6
+trim_trailing_whitespace = true
7
+end_of_line = lf
8
+insert_final_newline = true
9
+indent_style = space
10
11
+[*.{csproj,props,targets}.user]
12
+indent_size = 4
13
14
+[*.{csproj,props,targets}]
15
16
17
+[*.cs]
18
.gitignore
@@ -3,6 +3,9 @@
# Specific includes
+## Editorconfig
+!.editorconfig
## Build System/Scripts
!/.config/
!NuGet.Config
0 commit comments