]> Untitled Git - vimfiles.git/commitdiff
Don't fix end of file, messes with diffs
authorPhilippe Hürlimann <p@hurlimann.org>
Fri, 6 Aug 2021 08:55:24 +0000 (10:55 +0200)
committerPhilippe Hürlimann <p@hurlimann.org>
Fri, 6 Aug 2021 09:04:29 +0000 (11:04 +0200)
init.vim

index 8ee5176d027b623d54979a529ccb1a00ddd079ea..0e8bd4d201187ae1af31a9b30e95009720497828 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -111,6 +111,7 @@ set shiftwidth=4
 set softtabstop=4
 
 set nobackup
+set nofixendofline
 
 set hlsearch