master
rasul 5 years ago
parent f83c637e3d
commit b66306dd6a

@ -0,0 +1,2 @@
#!/bin/bash
find . -type f -name '*.rs' -exec rustfmt {} +

@ -0,0 +1,6 @@
max_width = 100
hard_tabs = true
newline_style = "unix"
use_field_init_shorthand = true
use_try_shorthand = true
edition = "2018"
Loading…
Cancel
Save