rust tab settings

This commit is contained in:
jorgenwh 2024-08-28 17:28:51 +02:00
parent b29962db75
commit 4b08084945

3
ftplugin/rust.lua Normal file
View File

@ -0,0 +1,3 @@
vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4