feval/.rustfmt.toml
Ivan Bushchik 053e938d32
Update to 0.4.0
- Context handling
- evalexpr 10.0.0

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
2023-05-31 10:27:23 +03:00

10 lines
No EOL
224 B
TOML

edition = "2021"
hard_tabs = true
merge_derives = true
reorder_imports = true
reorder_modules = true
use_field_init_shorthand = true
use_small_heuristics = "Off"
wrap_comments = true
comment_width = 80
indent_style = "Block"