Skip to content

Commit 1687f58

Browse files
Update .editorconfig
1 parent b4aad1d commit 1687f58

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.editorconfig

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
root = true
66
# All files
77
[*]
8+
indent_size = 2
89
indent_style = space
910
# Code files
1011
[*.{cs,csx,vb,vbx}]
11-
indent_size = 2
1212
insert_final_newline = true
1313
trim_trailing_whitespace = true
1414
charset = utf-8-bom
@@ -18,6 +18,7 @@ charset = utf-8-bom
1818
[*.{cs,vb}]
1919
# Organize usings
2020
dotnet_sort_system_directives_first = true
21+
dotnet_separate_import_directive_groups = false
2122
# this. preferences
2223
dotnet_style_qualification_for_field = false:silent
2324
dotnet_style_qualification_for_property = false:silent
@@ -140,4 +141,4 @@ quote_type = single
140141

141142
[*.md]
142143
max_line_length = off
143-
trim_trailing_whitespace = false
144+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)