From bdbcd7ded9c67d6b60ca4395897265723c925573 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Tue, 2 May 2017 20:38:15 -0500 Subject: [PATCH] how did i not already have this --- .vim/ftplugin/javascript.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/ftplugin/javascript.vim diff --git a/.vim/ftplugin/javascript.vim b/.vim/ftplugin/javascript.vim new file mode 100644 index 0000000..0c0c07f --- /dev/null +++ b/.vim/ftplugin/javascript.vim @@ -0,0 +1,3 @@ +set shiftwidth=2 +set tabstop=2 +set expandtab