Autoformatting for django does 4-spaces now thank fucking god
This commit is contained in:
parent
9838812715
commit
62847aca50
2 changed files with 10 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue