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