intermodal/rustfmt.toml
Casey Rodarmor 2a748fc533
Fix install script (#509)
- Use GitHub API to fetch latest release
- Use more secure cURL options
- Give up on signing commits
2022-11-19 06:08:01 +00:00

7 lines
128 B
TOML

edition = "2018"
max_width = 100
newline_style = "Unix"
tab_spaces = 2
use_field_init_shorthand = true
use_try_shorthand = true