File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,9 @@ tab_width = 2
4949indent_size = 4
5050tab_width = 4
5151
52+ # See https://github.com/dotnet/roslyn/issues/68413#issuecomment-1943805603
53+ trim_trailing_whitespace = false
54+
5255# New line preferences
5356insert_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.
321324dotnet_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
You can’t perform that action at this time.
0 commit comments