diff options
author | Nick Gerace <nickagerace@gmail.com> | 2021-05-15 21:11:36 -0400 |
---|---|---|
committer | Nick Gerace <nickagerace@gmail.com> | 2021-05-15 21:14:16 -0400 |
commit | 072ff982355f3312ec91ff6c03244e1f8a962ccf (patch) | |
tree | 2c9ee450b7a88667d099306d53e3e1866fe1d814 /rustfmt.toml | |
parent | b93a7c849930d9aaf96ce394a7cdaf575966d36f (diff) | |
download | gfold-072ff982355f3312ec91ff6c03244e1f8a962ccf.zip |
Consolidate gfld into gfold
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 0000000..efb2974 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,2 @@ +imports_granularity = "Crate" +newline_style = "Unix" |