mirror of
https://github.com/zebrajr/react.git
synced 2025-12-07 12:20:38 +01:00
Sorry about the thrash in advance! This removes the top level `forget` directory which adds unnecessary nesting to our repo Hopefully everything still works
8 lines
246 B
TOML
8 lines
246 B
TOML
# Get help on options with `rustfmt --help=config`
|
|
# Please keep these in alphabetical order.
|
|
edition = "2021"
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Module"
|
|
merge_derives = false
|
|
use_field_init_shorthand = true
|
|
version = "Two" |