diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2015-03-03 16:44:05 -0800 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2015-03-03 16:44:05 -0800 |
commit | b837bb2891016cebcc6fc95f2834e2b330424827 (patch) | |
tree | 59fdbc967690aa3cab93b3d6dc584ee2250d4449 | |
parent | ce7d829f4d446e5afc104406e97214263d7dcb9d (diff) |
Adding xml.vim configuration
-rw-r--r-- | base/vim/ftplugin/xml.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/vim/ftplugin/xml.vim b/base/vim/ftplugin/xml.vim new file mode 100644 index 0000000..4317610 --- /dev/null +++ b/base/vim/ftplugin/xml.vim @@ -0,0 +1 @@ +setl ts=2 sw=2 sts=2 |