Rust additions and JS/TS options

This commit is contained in:
Jonathon Chambers 2024-11-17 03:26:08 -05:00
parent d7666fd4ef
commit 6061cd08fe
3 changed files with 62 additions and 1 deletions

View file

@ -0,0 +1,7 @@
setlocal tabstop=2
setlocal shiftwidth=2
setlocal expandtab
setlocal softtabstop=2
setlocal autoindent
setlocal smartindent
setlocal cindent