Skip to content

Commit

Permalink
Declare var preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
DoctorKrolic committed Jan 2, 2024
1 parent 9e12a6e commit eac2d88
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ indent_size = 2

[*.cs]
csharp_style_throw_expression = false:none
csharp_indent_case_contents=true
csharp_indent_case_contents_when_block=false
csharp_indent_case_contents = true
csharp_indent_case_contents_when_block = false

csharp_style_var_for_built_in_types = true
csharp_style_var_when_type_is_apparent = true:warning
csharp_style_var_elsewhere = false

0 comments on commit eac2d88

Please sign in to comment.