Skip to content

Commit

Permalink
Update editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
henneboy committed Nov 5, 2024
1 parent 43842f1 commit db5cf97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ insert_final_newline = false
# Organize usings
dotnet_separate_import_directive_groups = true
dotnet_sort_system_directives_first = true
dotnet_diagnostic.IDE0005.severity = error
file_header_template = unset

# this. and Me. preferences
Expand Down Expand Up @@ -122,7 +123,7 @@ csharp_style_unused_value_assignment_preference = discard_variable:suggestion
csharp_style_unused_value_expression_statement_preference = discard_variable:silent

# 'using' directive preferences
csharp_using_directive_placement = outside_namespace:silent
csharp_using_directive_placement = outside_namespace

#### C# Formatting Rules ####

Expand Down

0 comments on commit db5cf97

Please sign in to comment.