No more eclint

This commit is contained in:
Andras Schmelczer 2026-03-25 20:01:01 +00:00
parent 3523d14fed
commit 1d1ddd7bbd
7 changed files with 62 additions and 37 deletions

11
rustfmt.toml Normal file
View file

@ -0,0 +1,11 @@
# Rustfmt configuration
# This should match the .editorconfig settings
# Use spaces for indentation (matches .editorconfig indent_style = space)
hard_tabs = false
# Use 4 spaces for indentation (matches .editorconfig indent_size = 4)
tab_spaces = 4
# Use Unix line endings (matches .editorconfig end_of_line = lf)
newline_style = "Unix"