mirror of
https://github.com/swc-project/swc.git
synced 2024-11-22 15:25:01 +03:00
8 lines
209 B
TOML
8 lines
209 B
TOML
format_strings = true
|
|
group_imports = "StdExternalCrate"
|
|
hex_literal_case = "Lower"
|
|
imports_granularity = "Crate"
|
|
reorder_impl_items = true
|
|
use_field_init_shorthand = true
|
|
wrap_comments = true
|
|
edition = "2018" |