Skip to content

Commit

Permalink
Configure rustfmt with coding guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
aelesbao committed May 10, 2021
1 parent 917312b commit f74a3b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .rustfmt.toml
@@ -0,0 +1,7 @@
hard_tabs = true
max_width = 100
newline_style = "Unix"
reorder_imports = true
reorder_modules = true
tab_spaces = 4
use_field_init_shorthand = true

0 comments on commit f74a3b3

Please sign in to comment.