diff options
author | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 01:02:15 -0700 |
---|---|---|
committer | Jeremy Chone <jeremy.chone@gmail.com> | 2022-06-20 01:02:15 -0700 |
commit | 051748771895bb040188221c3e4136878dbedb8a (patch) | |
tree | 9492d6020c9294b12b3fd912520746e0df847406 /rustfmt.toml | |
download | FlightCore-051748771895bb040188221c3e4136878dbedb8a.tar.gz FlightCore-051748771895bb040188221c3e4136878dbedb8a.zip |
. initial
Diffstat (limited to 'rustfmt.toml')
-rw-r--r-- | rustfmt.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..e3ce949c --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1,7 @@ +hard_tabs = true +edition = "2021" +max_width = 95 +chain_width = 80 +fn_call_width = 80 +single_line_if_else_max_width = 60 +struct_lit_width = 24
\ No newline at end of file |