Skip to content

Commit f0c2c05

Browse files
Update .editorconfig
1 parent 7b36511 commit f0c2c05

6 files changed

Lines changed: 126 additions & 0 deletions

File tree

.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ tab_width = 4
2626
end_of_line = lf # Godot requires LF line endings
2727
insert_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

Template.GodotUtils/.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ tab_width = 4
2626
end_of_line = lf # Godot requires LF line endings
2727
insert_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

Template.OptionsGen/.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ tab_width = 4
2626
end_of_line = lf # Godot requires LF line endings
2727
insert_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

Template.PacketGen/.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ tab_width = 4
2626
end_of_line = lf # Godot requires LF line endings
2727
insert_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

Template.Visualize/.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ tab_width = 4
2626
end_of_line = lf # Godot requires LF line endings
2727
insert_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

Template/.editorconfig

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,27 @@ tab_width = 4
2626
end_of_line = lf # Godot requires LF line endings
2727
insert_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

0 commit comments

Comments
 (0)