diff options
Diffstat (limited to 'taplo.toml')
-rw-r--r-- | taplo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/taplo.toml b/taplo.toml new file mode 100644 index 0000000..7da1868 --- /dev/null +++ b/taplo.toml @@ -0,0 +1,7 @@ +#:schema taplo://taplo.toml + +[formatting] + indent_tables = true + indent_entries = true + array_auto_collapse = false + compact_arrays = false |