From b742afa9a43e786f22ebfefdb8107028df54d6fe Mon Sep 17 00:00:00 2001 From: Felix Nehrke Date: Fri, 3 Jan 2025 16:23:25 +0100 Subject: [PATCH] Omit the last line-break in a file when editing with vim to align with Jetbrains and vscode --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index c456914..6121452 100644 --- a/.vimrc +++ b/.vimrc @@ -115,6 +115,8 @@ set linebreak " Enable vim configs in the first or last lines of a file set modeline set modelineexpr +" Avoid an extra line at the end of the file +set nofixendofline set tabstop=4 set shiftwidth=4