mirror of
https://github.com/henrikpersson/potatis.git
synced 2025-04-02 10:32:09 -04:00
7 lines
275 B
TOML
7 lines
275 B
TOML
# These settings are not supported on stable Rust, and are ignored by the ninja
|
|
# build script - to use them you need to run 'cargo +nightly fmt'
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Item"
|
|
imports_layout = "Vertical"
|
|
#wrap_comments = true
|
|
tab_spaces = 2
|