Autoformatting for django does 4-spaces now thank fucking god

This commit is contained in:
Jimmy Bates 2024-07-03 10:31:34 -07:00
parent 9838812715
commit 62847aca50
2 changed files with 10 additions and 2 deletions

View file

@ -12,6 +12,7 @@ return {
javascript = { 'eslint' },
css = { 'stylelint' },
html = { 'djlint' },
htmldjango = { 'djlint' },
}
-- To allow other plugins to add linters to require('lint').linters_by_ft,