Merge pull request #1116 from othrayte/java-mixed-indent

Add Java as an exception in mixed-indent-file
This commit is contained in:
Christian Brabandt 2016-04-07 16:30:57 +02:00
commit 168dd7970a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ let s:max_lines = get(g:, 'airline#extensions#whitespace#max_lines', 20000)
let s:enabled = get(g:, 'airline#extensions#whitespace#enabled', 1)
let s:c_like_langs = ['c', 'cpp', 'cuda', 'javascript', 'ld']
let s:c_like_langs = ['c', 'cpp', 'cuda', 'java', 'javascript', 'ld']
function! s:check_mixed_indent()
if s:indent_algo == 1