6 lines
152 B
VimL
6 lines
152 B
VimL
" Enable trailing whitespace high-lighting
|
|
let g:better_whitespace_enabled=1
|
|
|
|
" Strip trailing whitespace on file-save
|
|
let g:strip_whitespace_on_save=1
|