File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,6 +26,27 @@ tab_width = 4
2626end_of_line = lf # Godot requires LF line endings
2727insert_final_newline = true
2828
29+ # Remove braces
30+ dotnet_diagnostic.rcs1002.severity = warning
31+
32+ # Remove unused usings
33+ dotnet_diagnostic.CS8019.severity = suggestion
34+
35+ # Remove blank lines
36+ dotnet_diagnostic.IDE2000.severity = suggestion
37+ dotnet_style_allow_multiple_blank_lines_experimental = false
38+
39+ # ------ Suppressed analyzers ---
40+ # Remove unused usings (enabled as suggestion above in CS8019)
41+ dotnet_diagnostic.IDE0005.severity = none
42+
43+ # Remove whitespace (this is handled by the formatter for us)
44+ dotnet_diagnostic.RCS1037.severity = silent
45+
46+ # --- Disabled broken analyzers ---
47+ # https://github.com/dotnet/format/issues/1623
48+ dotnet_diagnostic.IDE0130.severity = none
49+
2950# ### .NET Code Actions ####
3051
3152# Type members
Original file line number Diff line number Diff line change @@ -26,6 +26,27 @@ tab_width = 4
2626end_of_line = lf # Godot requires LF line endings
2727insert_final_newline = true
2828
29+ # Remove braces
30+ dotnet_diagnostic.rcs1002.severity = warning
31+
32+ # Remove unused usings
33+ dotnet_diagnostic.CS8019.severity = suggestion
34+
35+ # Remove blank lines
36+ dotnet_diagnostic.IDE2000.severity = suggestion
37+ dotnet_style_allow_multiple_blank_lines_experimental = false
38+
39+ # ------ Suppressed analyzers ---
40+ # Remove unused usings (enabled as suggestion above in CS8019)
41+ dotnet_diagnostic.IDE0005.severity = none
42+
43+ # Remove whitespace (this is handled by the formatter for us)
44+ dotnet_diagnostic.RCS1037.severity = silent
45+
46+ # --- Disabled broken analyzers ---
47+ # https://github.com/dotnet/format/issues/1623
48+ dotnet_diagnostic.IDE0130.severity = none
49+
2950# ### .NET Code Actions ####
3051
3152# Type members
Original file line number Diff line number Diff line change @@ -26,6 +26,27 @@ tab_width = 4
2626end_of_line = lf # Godot requires LF line endings
2727insert_final_newline = true
2828
29+ # Remove braces
30+ dotnet_diagnostic.rcs1002.severity = warning
31+
32+ # Remove unused usings
33+ dotnet_diagnostic.CS8019.severity = suggestion
34+
35+ # Remove blank lines
36+ dotnet_diagnostic.IDE2000.severity = suggestion
37+ dotnet_style_allow_multiple_blank_lines_experimental = false
38+
39+ # ------ Suppressed analyzers ---
40+ # Remove unused usings (enabled as suggestion above in CS8019)
41+ dotnet_diagnostic.IDE0005.severity = none
42+
43+ # Remove whitespace (this is handled by the formatter for us)
44+ dotnet_diagnostic.RCS1037.severity = silent
45+
46+ # --- Disabled broken analyzers ---
47+ # https://github.com/dotnet/format/issues/1623
48+ dotnet_diagnostic.IDE0130.severity = none
49+
2950# ### .NET Code Actions ####
3051
3152# Type members
Original file line number Diff line number Diff line change @@ -26,6 +26,27 @@ tab_width = 4
2626end_of_line = lf # Godot requires LF line endings
2727insert_final_newline = true
2828
29+ # Remove braces
30+ dotnet_diagnostic.rcs1002.severity = warning
31+
32+ # Remove unused usings
33+ dotnet_diagnostic.CS8019.severity = suggestion
34+
35+ # Remove blank lines
36+ dotnet_diagnostic.IDE2000.severity = suggestion
37+ dotnet_style_allow_multiple_blank_lines_experimental = false
38+
39+ # ------ Suppressed analyzers ---
40+ # Remove unused usings (enabled as suggestion above in CS8019)
41+ dotnet_diagnostic.IDE0005.severity = none
42+
43+ # Remove whitespace (this is handled by the formatter for us)
44+ dotnet_diagnostic.RCS1037.severity = silent
45+
46+ # --- Disabled broken analyzers ---
47+ # https://github.com/dotnet/format/issues/1623
48+ dotnet_diagnostic.IDE0130.severity = none
49+
2950# ### .NET Code Actions ####
3051
3152# Type members
Original file line number Diff line number Diff line change @@ -26,6 +26,27 @@ tab_width = 4
2626end_of_line = lf # Godot requires LF line endings
2727insert_final_newline = true
2828
29+ # Remove braces
30+ dotnet_diagnostic.rcs1002.severity = warning
31+
32+ # Remove unused usings
33+ dotnet_diagnostic.CS8019.severity = suggestion
34+
35+ # Remove blank lines
36+ dotnet_diagnostic.IDE2000.severity = suggestion
37+ dotnet_style_allow_multiple_blank_lines_experimental = false
38+
39+ # ------ Suppressed analyzers ---
40+ # Remove unused usings (enabled as suggestion above in CS8019)
41+ dotnet_diagnostic.IDE0005.severity = none
42+
43+ # Remove whitespace (this is handled by the formatter for us)
44+ dotnet_diagnostic.RCS1037.severity = silent
45+
46+ # --- Disabled broken analyzers ---
47+ # https://github.com/dotnet/format/issues/1623
48+ dotnet_diagnostic.IDE0130.severity = none
49+
2950# ### .NET Code Actions ####
3051
3152# Type members
Original file line number Diff line number Diff line change @@ -26,6 +26,27 @@ tab_width = 4
2626end_of_line = lf # Godot requires LF line endings
2727insert_final_newline = true
2828
29+ # Remove braces
30+ dotnet_diagnostic.rcs1002.severity = warning
31+
32+ # Remove unused usings
33+ dotnet_diagnostic.CS8019.severity = suggestion
34+
35+ # Remove blank lines
36+ dotnet_diagnostic.IDE2000.severity = suggestion
37+ dotnet_style_allow_multiple_blank_lines_experimental = false
38+
39+ # ------ Suppressed analyzers ---
40+ # Remove unused usings (enabled as suggestion above in CS8019)
41+ dotnet_diagnostic.IDE0005.severity = none
42+
43+ # Remove whitespace (this is handled by the formatter for us)
44+ dotnet_diagnostic.RCS1037.severity = silent
45+
46+ # --- Disabled broken analyzers ---
47+ # https://github.com/dotnet/format/issues/1623
48+ dotnet_diagnostic.IDE0130.severity = none
49+
2950# ### .NET Code Actions ####
3051
3152# Type members
You can’t perform that action at this time.
0 commit comments