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 8e3ee77 commit 32de22cCopy full SHA for 32de22c
.editorconfig
@@ -0,0 +1,13 @@
1
+[*.{cs,csx}]
2
+# Non-configurable behaviors
3
+charset = utf-8
4
+insert_final_newline = true
5
+trim_trailing_whitespace = true
6
+dotnet_sort_system_directives_first = true
7
+dotnet_separate_import_directive_groups = false
8
+
9
+# Configurable behaviors
10
+# end_of_line = lf - there is no 'auto' with an .editorconfig
11
+indent_style = space
12
+indent_size = 2
13
+max_line_length = 140
0 commit comments