Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/qubitsu/dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
qubitsu committed Oct 4, 2017
2 parents 616e1fe + bec7b5e commit dbb5584
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ autocmd Filetype jade setlocal expandtab tabstop=2 softtabstop=2 shiftwidth=2
" set autointend commands to 2
autocmd Filetype json setlocal expandtab tabstop=2 softtabstop=2 shiftwidth=2

" if an elm file, expand tabs into space, set tabwidth at 2 characters, and
" set autointend commands to 2
autocmd Filetype elm setlocal expandtab tabstop=2 softtabstop=2 shiftwidth=2

" turn on autoindent
set autoindent

Expand All @@ -79,7 +83,7 @@ set ignorecase
syntax enable

" always show tab bar
set showtabline=2
" set showtabline=2

" set command line height to 2
set ch=2
Expand Down

0 comments on commit dbb5584

Please sign in to comment.