Skip to content

Commit

Permalink
Update xhtml.vim (#29)
Browse files Browse the repository at this point in the history
Now using `shiftwidth()` for indention number
  • Loading branch information
alok authored and sbdchd committed Jan 9, 2017
1 parent dcc6702 commit f36d2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/neoformat/formatters/xhtml.vim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function! neoformat#formatters#xhtml#tidy() abort
\ 'args': ['-quiet',
\ '-asxhtml',
\ '--indent auto',
\ '--indent-spaces 4',
\ '--indent-spaces '. shiftwidth(),
\ '--vertical-space yes',
\ '--tidy-mark no'
\ ],
Expand Down

0 comments on commit f36d2dc

Please sign in to comment.