Auto-format toml files

main
mandlm 2020-11-17 16:29:22 +01:00
parent e34d6b19a0
commit 030d6449c2
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{
"coc.preferences.formatOnSaveFiletypes": ["cpp", "markdown", "python", "rust", "yaml"]
"coc.preferences.formatOnSaveFiletypes": ["cpp", "markdown", "python", "rust", "toml", "yaml"]
}