Omit the last line-break in a file when editing with vim to align with Jetbrains and vscode
This commit is contained in:
2
.vimrc
2
.vimrc
@@ -115,6 +115,8 @@ set linebreak
|
|||||||
" Enable vim configs in the first or last lines of a file
|
" Enable vim configs in the first or last lines of a file
|
||||||
set modeline
|
set modeline
|
||||||
set modelineexpr
|
set modelineexpr
|
||||||
|
" Avoid an extra line at the end of the file
|
||||||
|
set nofixendofline
|
||||||
|
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set shiftwidth=4
|
set shiftwidth=4
|
||||||
|
|||||||
Reference in New Issue
Block a user