Skip to content

Commit

Permalink
disabled indent in vimrc, moved custom rules to plugins (since they a…
Browse files Browse the repository at this point in the history
…re enabled), changed coffeescript indenting to spaces and added .netrwhist to .gitignore
  • Loading branch information
Joe Fleming committed Feb 2, 2012
1 parent 2441516 commit f7e3169
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.git
*.swp
.netrwhist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
" modify the indenting
"set expandtab " insert spaces instead of tabs
set expandtab " insert spaces instead of tabs
set tabstop=2 " use X spaces when tab is pressed
set shiftwidth=2 " shifttabs are also X spaces
set smarttab " make delete remove X spaces
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ au FileType * setlocal comments=
" Pathogen
call pathogen#infect()
" enable plugins
filetype plugin indent on
filetype plugin on

0 comments on commit f7e3169

Please sign in to comment.