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 cb5d392 commit 6abccedCopy full SHA for 6abcced
.editorconfig
@@ -0,0 +1,30 @@
1
+root = true
2
+
3
+# All files
4
+[*]
5
+charset = utf-8
6
+end_of_line = lf
7
+indent_style = space
8
+indent_size = 4
9
+trim_trailing_whitespace = true
10
+insert_final_newline = unset
11
12
+# JSON files
13
+[*.json]
14
+indent_size = 2
15
16
+# XML files
17
+[*.{xml,resx,ruleset}]
18
19
20
+# .NET project files
21
+[*.{csproj,vbproj,props}]
22
23
24
+# Markdown files
25
+[*.md]
26
+trim_trailing_whitespace = false
27
28
+# C# files
29
+[*.cs]
30
+csharp_style_namespace_declarations=file_scoped:suggestion
0 commit comments