1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-23 05:12:40 +03:00

avoid .bk files when rustfmt'ing

This commit is contained in:
Wez Furlong 2018-01-27 14:20:15 -08:00
parent 5d6d9747c7
commit ee85a0bdcd

View File

@ -13,4 +13,4 @@ reorder_imports_in_group = true
# Override the Nuclide/Atom default tab spacing.
tab_spaces = 4
use_try_shorthand = true
write_mode = "replace"
write_mode = "overwrite"