Add four spaces, not tabs.

This commit is contained in:
Jansen Mitchell 2017-12-20 22:53:03 -06:00
parent 2c9c5dec1e
commit 4d4d2d8122
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
" Description: proselint for Fountain files
call ale#linter#Define('fountain', {
\ 'name': 'proselint',
\ 'executable': 'proselint',
\ 'command': 'proselint %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\ 'name': 'proselint',
\ 'executable': 'proselint',
\ 'command': 'proselint %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})