Add four spaces, not tabs.
This commit is contained in:
parent
2c9c5dec1e
commit
4d4d2d8122
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
||||||
" Description: proselint for Fountain files
|
" Description: proselint for Fountain files
|
||||||
|
|
||||||
call ale#linter#Define('fountain', {
|
call ale#linter#Define('fountain', {
|
||||||
\ 'name': 'proselint',
|
\ 'name': 'proselint',
|
||||||
\ 'executable': 'proselint',
|
\ 'executable': 'proselint',
|
||||||
\ 'command': 'proselint %t',
|
\ 'command': 'proselint %t',
|
||||||
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
|
||||||
\})
|
\})
|
||||||
|
|
Reference in a new issue