9 lines
103 B
VimL
9 lines
103 B
VimL
# Line numbers
|
|
set number
|
|
|
|
# Indentation
|
|
set autoindent
|
|
set noexpandtab
|
|
set tabstop=2
|
|
set shiftwidth=2
|