From e839128c2ea22d2e5a5310f18c5d8db12c73f2ad Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 12 Apr 2025 20:52:53 +0200 Subject: [PATCH] remove rust from config files --- .editorconfig | 4 ---- .gitignore | 1 - 2 files changed, 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 069c12d..1135311 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,10 +8,6 @@ trim_trailing_whitespace = true indent_style = tab indent_size = tab -[*.{rs}] -indent_style = space -intent_size = 4 - [{makefile}] indent_style = tab indent_size = tab diff --git a/.gitignore b/.gitignore index 89e24aa..f8c032d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,4 @@ /bin/ /obj/ *.lock -/target/ compile_commands.json