Skip to content
This repository has been archived by the owner on Dec 15, 2017. It is now read-only.

Commit

Permalink
Changed indent settings
Browse files Browse the repository at this point in the history
The project was using 1 tab (8 tabwidth) indentation when forked. Now using the
more common 2 spaces indentation for all source files.
  • Loading branch information
tarruda committed Dec 31, 2012
1 parent 9cba0a0 commit bee192b
Show file tree
Hide file tree
Showing 3 changed files with 1,001 additions and 1,001 deletions.
2 changes: 1 addition & 1 deletion .lvimrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ let g:ctrlp_custom_ignore = {

let &tags=getcwd().'/tags'
let g:autotagTagsFile = &tags
au BufEnter *.js,*.less setlocal tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab
au BufEnter *.js,*.less,*.coffee setlocal tabstop=2 softtabstop=2 shiftwidth=2 expandtab
Loading

0 comments on commit bee192b

Please sign in to comment.