Skip to content

Commit

Permalink
js.vim: 2 spaces tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vyacheslav Matyukhin committed Feb 22, 2015
1 parent 0a2526e commit a541eb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vim/js.vim
@@ -0,0 +1 @@
autocmd Filetype javascript setlocal shiftwidth=2 tabstop=2 softtabstop=2
1 change: 1 addition & 0 deletions vim/vimrc
Expand Up @@ -111,6 +111,7 @@ set isfname+=?,&,:
source ~/etc/vim/perl.vim
source ~/etc/vim/ruby.vim
source ~/etc/vim/markdown.vim
source ~/etc/vim/js.vim

""""""""""""""""" TODO """""""""""""""
" set hidden?

0 comments on commit a541eb4

Please sign in to comment.