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

  1. let g:better_whitespace_enabled=0
  2. let g:better_whitespace_ctermcolor='LightRed'
  3. let g:better_whitespace_guicolor='LightRed'
  4. let g:better_whitespace_operator='_s'
  5. let g:strip_whitespace_on_save=1
  6. let g:strip_max_file_size=1000
  7. let g:strip_whitespace_confirm=0
  8. let g:better_whitespace_filetypes_blacklist=['md', 'markdown']