Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
323 B

let g:better_whitespace_enabled=0
let g:better_whitespace_ctermcolor='LightRed'
let g:better_whitespace_guicolor='LightRed'
let g:better_whitespace_operator='_s'
let g:strip_whitespace_on_save=1
let g:strip_max_file_size=1000
let g:strip_whitespace_confirm=0
let g:better_whitespace_filetypes_blacklist=['md', 'markdown']