1
0
Fork 0
roguelike-game/rustfmt.toml

8 lines
210 B
INI
Raw Permalink Normal View History

2021-12-10 20:16:48 -05:00
unstable_features = true
format_code_in_doc_comments = true
format_macro_matchers = true
2021-12-15 11:36:17 -05:00
format_strings = false
2021-12-10 20:16:48 -05:00
imports_granularity = "Module"
group_imports = "StdExternalCrate"
use_field_init_shorthand = true