mirror of
https://github.com/chipsenkbeil/distant.git
synced 2024-11-11 01:10:30 +00:00
12 lines
264 B
TOML
12 lines
264 B
TOML
max_width = 100
|
|
newline_style = "unix"
|
|
indent_style = "Block"
|
|
use_field_init_shorthand = true
|
|
|
|
# Unstable features
|
|
unstable_features = true
|
|
imports_granularity = "Module"
|
|
group_imports = "StdExternalCrate"
|
|
reorder_impl_items = true
|
|
normalize_doc_attributes = true
|