fix: rust lsp overwriting my indentation preferences
This commit is contained in:
parent
d946d36f1a
commit
1ba3277f93
5
after/ftplugin/rust.vim
Normal file
5
after/ftplugin/rust.vim
Normal file
@ -0,0 +1,5 @@
|
||||
set noexpandtab
|
||||
set smartindent
|
||||
set shiftwidth=2
|
||||
set tabstop=2
|
||||
set softtabstop=2
|
Loading…
Reference in New Issue
Block a user