Remove .editorconfig file to streamline project configuration and eliminate unnecessary settings.
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
# EditorConfig for RimWorld Mod
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.cs]
|
||||
# Allow underscores in type names (common in RimWorld modding for Harmony patches)
|
||||
dotnet_diagnostic.IDE1006.severity = none
|
||||
|
||||
# C# formatting
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
Reference in New Issue
Block a user