1
0

fix: rust lsp overwriting my indentation preferences

This commit is contained in:
Rokas Puzonas 2022-06-15 17:04:08 +03:00
parent d946d36f1a
commit 1ba3277f93

5
after/ftplugin/rust.vim Normal file
View File

@ -0,0 +1,5 @@
set noexpandtab
set smartindent
set shiftwidth=2
set tabstop=2
set softtabstop=2