Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonBeeming authored Apr 6, 2024
1 parent b4aad1d commit 1687f58
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
root = true
# All files
[*]
indent_size = 2
indent_style = space
# Code files
[*.{cs,csx,vb,vbx}]
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8-bom
Expand All @@ -18,6 +18,7 @@ charset = utf-8-bom
[*.{cs,vb}]
# Organize usings
dotnet_sort_system_directives_first = true
dotnet_separate_import_directive_groups = false
# this. preferences
dotnet_style_qualification_for_field = false:silent
dotnet_style_qualification_for_property = false:silent
Expand Down Expand Up @@ -140,4 +141,4 @@ quote_type = single

[*.md]
max_line_length = off
trim_trailing_whitespace = false
trim_trailing_whitespace = true

0 comments on commit 1687f58

Please sign in to comment.