re-format toml files
1 file changed, 3 insertions(+), 5 deletions(-)
changed files
M taplo.toml → taplo.toml
@@ -1,8 +1,6 @@ #:schema taplo://taplo.toml [formatting] - indent_string = " " - indent_tables = true - indent_entries = true - array_auto_collapse = false - compact_arrays = false +indent_tables = true +array_auto_collapse = false +compact_arrays = false