whitespace: add more lenient mixed whitespace algorithm

This commit is contained in:
Emil Renner Berthing
2015-04-14 19:01:08 +02:00
parent f45ecdac15
commit e6ca2ac58d
2 changed files with 7 additions and 0 deletions

View File

@@ -407,6 +407,11 @@ eclim <https://eclim.org>
" certain number of spaces are allowed after tabs, but not in between
" this algorithm works well for /** */ style comments in a tab-indented file
let g:airline#extensions#whitespace#mixed_indent_algo = 1
" spaces are allowed after tabs, but not in between
" this algorithm works well with programming styles that use tabs for
" indentation and spaces for alignment
let g:airline#extensions#whitespace#mixed_indent_algo = 2
<
* customize the whitespace symbol. >
let g:airline#extensions#whitespace#symbol = '!'