9 lines
172 B
INI
9 lines
172 B
INI
# EditorConfig for the test project.
|
|
|
|
root = false
|
|
|
|
[*.{cs,csx,cake}]
|
|
|
|
# Not disposing of objects in a test is normal within Godot
|
|
dotnet_diagnostic.CA1001.severity = none
|