Tabs, auto-indent and line numbers
This commit is contained in:
commit
f233fc4640
1 changed files with 6 additions and 0 deletions
6
vimrc
Normal file
6
vimrc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
filetype plugin indent on
|
||||||
|
|
||||||
|
set tabstop=4
|
||||||
|
set shiftwidth=4
|
||||||
|
set number
|
||||||
|
|
Loading…
Reference in a new issue