Skip to content

Commit 85acab1

Browse files
authored
Add markdown to default blacklist
Fixes #51. Markdown files depend on trailing whitespace.
1 parent 7b3889c commit 85acab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/better-whitespace.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ call s:InitVariable('g:current_line_whitespace_disabled_soft', 0)
3333
call s:InitVariable('g:strip_whitespace_on_save', 0)
3434

3535
" Set this to blacklist specific filetypes
36-
let default_blacklist=['diff', 'gitcommit', 'unite', 'qf', 'help']
36+
let default_blacklist=['diff', 'gitcommit', 'unite', 'qf', 'help', 'markdown']
3737
call s:InitVariable('g:better_whitespace_filetypes_blacklist', default_blacklist)
3838

3939
" Disable verbosity by default

0 commit comments

Comments
 (0)