remove rust from config files

This commit is contained in:
Quinn
2025-04-12 20:52:53 +02:00
committed by Quinn
parent c57ff88f70
commit e839128c2e
2 changed files with 0 additions and 5 deletions

View File

@@ -8,10 +8,6 @@ trim_trailing_whitespace = true
indent_style = tab indent_style = tab
indent_size = tab indent_size = tab
[*.{rs}]
indent_style = space
intent_size = 4
[{makefile}] [{makefile}]
indent_style = tab indent_style = tab
indent_size = tab indent_size = tab

1
.gitignore vendored
View File

@@ -14,5 +14,4 @@
/bin/ /bin/
/obj/ /obj/
*.lock *.lock
/target/
compile_commands.json compile_commands.json