diff --git a/.taplo.toml b/.taplo.toml index 19cac95..e3baee1 100644 --- a/.taplo.toml +++ b/.taplo.toml @@ -1,3 +1,12 @@ [formatting] -inline_table_expand = false -array_auto_expand = false +inline_table_expand = false +array_auto_expand = false +align_entries = true +align_comments = true +array_auto_collapse = false +compact_arrays = false +compact_inline_tables = false +indent_tables = true +indent_entries = true +reorder_keys = true +reorder_inline_tables = true