config(nvim): toml fault file at least trim space

main
sudo pacman -Syu 2024-06-24 16:09:38 +07:00
parent f1dece8449
commit 020d40a731
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ require("lazy").setup({
python = { "ruff_format" },
sh = { "shfmt" },
sql = { "sqlfluff" },
toml = { "taplo" },
toml = { "trim_whitespace", "taplo" },
yaml = { "prettier" },
zsh = { "shfmt" },
},