Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4d455f4254 | |||
| 86468f80fc | |||
| d8b85232cf |
6
init.vim
6
init.vim
@@ -29,9 +29,9 @@ filetype plugin on
|
|||||||
|
|
||||||
""" General
|
""" General
|
||||||
" indentation
|
" indentation
|
||||||
set tabstop=4 " tabs only count for 4 spaces
|
set tabstop=2 " tabs only count for 4 spaces
|
||||||
set shiftwidth=4 " when indenting use 4 spaces
|
set shiftwidth=2 " when indenting use 4 spaces
|
||||||
set noexpandtab " use tab characters
|
set expandtab " don't use tab characters
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
||||||
" view
|
" view
|
||||||
|
|||||||
Reference in New Issue
Block a user