Files
linux-toolkit/sh/.vimrc
2023-03-30 20:37:24 -05:00

9 lines
103 B
VimL

# Line numbers
set number
# Indentation
set autoindent
set noexpandtab
set tabstop=2
set shiftwidth=2