vimrc: add nofixeol

This commit is contained in:
Peter Cai 2022-08-07 13:06:33 -04:00
parent be5c0939a5
commit e91b841e90
1 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,5 @@ set shiftwidth=4 softtabstop=4 expandtab
" In these files, use 2 spaces
autocmd FileType sh setlocal shiftwidth=2 softtabstop=2
set nofixeol