🎨 Aplica formato Rust 2024 (rustfmt.toml)
This commit is contained in:
parent
9c58d5e1d6
commit
7553ed35ec
31 changed files with 51 additions and 43 deletions
8
rustfmt.toml
Normal file
8
rustfmt.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
edition = "2024"
|
||||
max_width = 100
|
||||
hard_tabs = false
|
||||
tab_spaces = 4
|
||||
newline_style = "Auto"
|
||||
|
||||
# Heurísticas por defecto: evitar reformateo agresivo
|
||||
use_small_heuristics = "Default"
|
||||
Loading…
Add table
Add a link
Reference in a new issue