vimrc: add nofixeol
parent
be5c0939a5
commit
e91b841e90
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue