mirror of
https://github.com/ZSeven-W/openpencil.git
synced 2026-06-01 03:14:29 +07:00
8 lines
295 B
TOML
8 lines
295 B
TOML
edition = "2021"
|
|
max_width = 100
|
|
tab_spaces = 4
|
|
hard_tabs = false
|
|
reorder_imports = true
|
|
newline_style = "Unix"
|
|
# imports_granularity / group_imports are nightly-only; re-enable when toolchain pin moves to nightly
|
|
# (kept as "future" comment for codebase to stay aware of intended import style)
|