add formatting to chezmoi
This commit is contained in:
parent
3becae8a69
commit
7ce8d147c3
1 changed files with 9 additions and 0 deletions
|
@ -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",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Reference in a new issue