This commit is contained in:
iofq 2025-04-06 01:47:06 -05:00
parent 23bd257c9e
commit 9b0cab9709
7 changed files with 78 additions and 144 deletions

View file

@ -179,6 +179,8 @@ return {
formatters_by_ft = {
json = { 'jq' },
puppet = { 'puppet-lint' },
lua = { 'stylua' },
python = { 'ruff' },
['*'] = { 'trim_whitespace' },
},
format_on_save = function(bufnr)