Add a vimrc
This commit is contained in:
parent
80544f425c
commit
c683f9aee4
1 changed files with 7 additions and 0 deletions
|
@ -1 +1,8 @@
|
||||||
syntax on
|
syntax on
|
||||||
|
set shiftwidth=4 smarttab
|
||||||
|
set expandtab
|
||||||
|
set tabstop=8 softtabstop=0
|
||||||
|
set number
|
||||||
|
|
||||||
|
:inoremap <S-Tab> <C-V><Tab>
|
||||||
|
autocmd Filetype make setlocal autoindent noexpandtab tabstop=4 shiftwidth=4
|
||||||
|
|
Loading…
Reference in a new issue