Skip to content

Commit

Permalink
Add four spaces, not tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
JansenMitchell committed Dec 21, 2017
1 parent 2c9c5de commit 4d4d2d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ale_linters/fountain/proselint.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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',
\})

0 comments on commit 4d4d2d8

Please sign in to comment.