summary refs log tree commit diff
path: root/vim/indent/json.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim/indent/json.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/indent/json.vim b/vim/indent/json.vim
deleted file mode 100644
index fc70c53..0000000
--- a/vim/indent/json.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-au FileType json set expandtab
-au FileType json set shiftwidth=2
-au FileType json set softtabstop=2
-au FileType json set tabstop=2