From 0eb1020bfba0ebeca6ec7acdd385bae971f503b3 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 30 Apr 2015 11:43:43 -0700 Subject: [PATCH] [vim] JSON filetype after script --- vim/after/ftplugin/json.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/after/ftplugin/json.vim diff --git a/vim/after/ftplugin/json.vim b/vim/after/ftplugin/json.vim new file mode 100644 index 0000000..cb60994 --- /dev/null +++ b/vim/after/ftplugin/json.vim @@ -0,0 +1,5 @@ +" json.vim +" JSON formatting for Lumos Labs. +" Eryn Wells + +setlocal sw=2 sts=2