Skip to content

Commit

Permalink
Disable syntastic for sass
Browse files Browse the repository at this point in the history
  • Loading branch information
snelson committed Oct 27, 2011
1 parent 8df0363 commit 32736f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ color solarized
set background=dark
set autoread
autocmd BufWritePre * :%s/\s\+$//e

let g:syntastic_disabled_filetypes = ['sass']

0 comments on commit 32736f9

Please sign in to comment.