diff options
author | Alan Pearce | 2024-05-25 12:49:10 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-25 12:49:10 +0200 |
commit | 547de640576c71bed54bc1ae3c9d9b224df9cc41 (patch) | |
tree | 3c01510300478b4f91c5e698907698246fff7f4b /taplo.toml | |
parent | c8b38ee1bf5aa59799074db85eb549a0e3f541e4 (diff) | |
download | website-547de640576c71bed54bc1ae3c9d9b224df9cc41.tar.lz website-547de640576c71bed54bc1ae3c9d9b224df9cc41.tar.zst website-547de640576c71bed54bc1ae3c9d9b224df9cc41.zip |
format toml files with taplo
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 |