add formatting to chezmoi

This commit is contained in:
Daylin Morgan 2022-12-27 16:04:55 -06:00
parent 3becae8a69
commit 7ce8d147c3

View file

@ -0,0 +1,9 @@
return {
format_on_save = {
enabled = true, -- enable format on save
ignore_filetypes = { -- disable format on save for specified filetypes
"markdown",
"python",
},
},
}