By default use four spaces to indent
This commit is contained in:
parent
68049539aa
commit
d3642a6525
1 changed files with 4 additions and 1 deletions
|
@ -61,7 +61,10 @@ set t_Co=256
|
||||||
set background=dark
|
set background=dark
|
||||||
colorscheme spacemacs-theme
|
colorscheme spacemacs-theme
|
||||||
|
|
||||||
" Use tabs for indent
|
set tabstop=4
|
||||||
|
set softtabstop=4
|
||||||
|
set softtabstop=4
|
||||||
|
set expandtab
|
||||||
set smarttab
|
set smarttab
|
||||||
set smartindent
|
set smartindent
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue