Add indentation to vim

This commit is contained in:
2023-03-30 20:37:24 -05:00
parent 375e1e1942
commit 5b10954537

View File

@ -1 +1,8 @@
:set number # Line numbers
set number
# Indentation
set autoindent
set noexpandtab
set tabstop=2
set shiftwidth=2