Add .vimrc
This commit is contained in:
parent
efac28e53a
commit
48aa0ed3a7
1 changed files with 16 additions and 0 deletions
16
.vimrc
Normal file
16
.vimrc
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
" set non-compatible
|
||||||
|
set nocompatible
|
||||||
|
|
||||||
|
" set syntax highlighting
|
||||||
|
syntax on
|
||||||
|
|
||||||
|
|
||||||
|
set number
|
||||||
|
|
||||||
|
" set tabwidth
|
||||||
|
set autoindent
|
||||||
|
set smartindent
|
||||||
|
set shiftwidth=4
|
||||||
|
set tabstop=4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue