mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-24 08:05:02 +01:00
12 lines
278 B
TOML
12 lines
278 B
TOML
tab_spaces = 4
|
|
max_width = 100
|
|
newline_style = "Auto"
|
|
reorder_imports = true
|
|
reorder_modules = true
|
|
reorder_impl_items = false
|
|
indent_style = "Block"
|
|
normalize_comments = false
|
|
imports_granularity = "Module"
|
|
group_imports = "StdExternalCrate"
|
|
format_code_in_doc_comments = true
|