Skip to content

Commit 42d4c92

Browse files
committed
update editorconfig to Modern.CSharp.Templates one
1 parent 5ae37a4 commit 42d4c92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.editorconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ tab_width = 2
4949
indent_size = 4
5050
tab_width = 4
5151

52+
# See https://github.com/dotnet/roslyn/issues/68413#issuecomment-1943805603
53+
trim_trailing_whitespace = false
54+
5255
# New line preferences
5356
insert_final_newline = true # Default: false
5457

@@ -319,6 +322,3 @@ dotnet_diagnostic.IDE0072.severity = suggestion
319322
# while truly unexpected returns should throw an exception. Since switch automatically throws a SwitchExpressionException,
320323
# it is valid to not explicitly code cases that throw an exception to indicate the return is truly unexpected.
321324
dotnet_diagnostic.IDE0130.severity = suggestion # IDE0130 "Namespace does not match folder structure" can be deviated from to prevent overstructuring
322-
323-
# Solution-specific settings
324-
dotnet_diagnostic.ORLEANS0010.severity = none # adding an alias to every grain contract type and member adds too much noise. This rule should be triggered only during refactoring

0 commit comments

Comments
 (0)