diff options
author | Alan Pearce | 2025-02-09 01:26:24 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-16 00:56:49 +0100 |
commit | 4b99d4989b488969daf28077828d138aef6a7a26 (patch) | |
tree | 4239717e16c8481afef9c857578d93424225366f /taplo.toml | |
parent | 97af0bacc774771e6a80d4290355586ffee5e46a (diff) | |
download | website-4b99d4989b488969daf28077828d138aef6a7a26.tar.lz website-4b99d4989b488969daf28077828d138aef6a7a26.tar.zst website-4b99d4989b488969daf28077828d138aef6a7a26.zip |
configure toml formatting
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 |