From d5746f4c84fc3185a5fdccb76ed80630b2aba279 Mon Sep 17 00:00:00 2001 From: Leonid Pershin Date: Sun, 26 Oct 2025 17:08:56 +0300 Subject: [PATCH] Remove .editorconfig file to streamline project configuration and eliminate unnecessary settings. --- .editorconfig | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index f815e81..0000000 --- a/.editorconfig +++ /dev/null @@ -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 -