Files
solorice/taplo.toml
2024-10-16 08:45:14 +03:00

21 lines
462 B
TOML

[formatting]
align_entries = false
align_comments = true
array_trailing_comma = true
array_auto_expand = true
array_auto_collapse = false
compact_arrays = false
compact_inline_tables = true
inline_table_expand = false
compact_entries = false
column_width = 200
indent_tables = false
indent_entries = false
indent_string = " "
trailing_newline = true
reorder_keys = false
reorder_arrays = false
reorder_inline_tables = false
allowed_blank_lines = 2
crlf = false