mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-25 18:42:19 +00:00
expand tabs to spaces
This commit is contained in:
parent
3b1574a14c
commit
032b099868
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ endif
|
||||||
|
|
||||||
" coding preferences
|
" coding preferences
|
||||||
syntax on
|
syntax on
|
||||||
set noautoindent smarttab ts=2 sw=2
|
set noautoindent smarttab ts=2 sw=2 expandtab
|
||||||
set showmatch
|
set showmatch
|
||||||
set ruler
|
set ruler
|
||||||
|
|
Loading…
Reference in a new issue