From f2db4bbd752b6403a27cc52069ebc02a0087ec50 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Fri, 1 Nov 2013 00:30:13 +0100 Subject: [PATCH] ehm, 4 chars in javascript files --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 2b8d969..52105d4 100644 --- a/vimrc +++ b/vimrc @@ -273,7 +273,7 @@ au FileType ruby setlocal ts=2 sts=2 sw=2 expandtab foldmethod=syntax au FileType python set noexpandtab " JavaScript -au FileType javascript setlocal ts=2 sts=2 sw=2 +au FileType javascript setlocal ts=4 sts=4 sw=4 au BufRead,BufNewFile *.json set ft=json