Fix some indentation

This commit is contained in:
w0rp 2017-08-20 13:37:21 +01:00
parent d646ebda72
commit 4c6b58f70c
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
" Description: Linter for GraphQL Schemas
call ale#linter#Define('graphql', {
\ 'name': 'gqlint',
\ 'executable': 'gqlint',
\ 'command': 'gqlint --reporter=simple %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\ 'name': 'gqlint',
\ 'executable': 'gqlint',
\ 'command': 'gqlint --reporter=simple %t',
\ 'callback': 'ale#handlers#unix#HandleAsWarning',
\})