Auto-format toml files

This commit is contained in:
Michael Mandl 2020-11-17 16:29:22 +01:00
parent e34d6b19a0
commit 030d6449c2
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

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