mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-05-31 19:04:29 +07:00
8 lines
177 B
TOML
8 lines
177 B
TOML
edition = "2021"
|
|
max_width = 100
|
|
tab_spaces = 4
|
|
hard_tabs = false
|
|
imports_granularity = "Crate"
|
|
group_imports = "StdExternalCrate"
|
|
reorder_imports = true
|
|
newline_style = "Unix"
|