Created
July 26, 2012 14:29
-
-
Save sneeu/3182385 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
autocmd FileType css setlocal ts=4 sts=4 sw=4 noexpandtab | |
autocmd FileType html setlocal ts=4 sts=4 sw=4 noexpandtab | |
autocmd FileType htmldjango setlocal ts=4 sts=4 sw=4 noexpandtab | |
autocmd FileType mustache setlocal ts=4 sts=4 sw=4 noexpandtab | |
autocmd FileType markdown setlocal ts=4 sts=4 sw=4 expandtab | |
autocmd FileType php setlocal ts=4 sts=4 sw=4 noexpandtab | |
autocmd FileType less setlocal ts=4 sts=4 sw=4 noexpandtab | |
autocmd FileType javascript setlocal ts=4 sts=4 sw=4 noexpandtab | |
autocmd FileType ruby setlocal ts=2 sts=2 sw=2 expandtab | |
autocmd FileType haskell setlocal ts=2 sts=2 sw=2 expandtab | |
autocmd FileType clojure setlocal ts=2 sts=2 sw=2 expandtab |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment