diff options
author | Alan Pearce | 2025-02-09 01:26:24 +0100 |
---|---|---|
committer | Alan Pearce | 2025-02-09 01:26:24 +0100 |
commit | 943f7c9091372ac29c90bd0394b7a0b466bc284e (patch) | |
tree | ab8303a8e3436c0c18a77b5d8a154b3fd938f2b5 /taplo.toml | |
parent | c54392cc0d8ff181a6bcdedec734bf34c1a3d3b4 (diff) | |
download | website-943f7c9091372ac29c90bd0394b7a0b466bc284e.tar.lz website-943f7c9091372ac29c90bd0394b7a0b466bc284e.tar.zst website-943f7c9091372ac29c90bd0394b7a0b466bc284e.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 |