From bdda828e4b7b80e90f3f8d5b9264a1798b237968 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 7 Feb 2016 18:29:31 -0600 Subject: [PATCH] Indentation settings for YAML documents --- ftplugin/yaml.vim | 1 + 1 file changed, 1 insertion(+) create mode 100644 ftplugin/yaml.vim diff --git a/ftplugin/yaml.vim b/ftplugin/yaml.vim new file mode 100644 index 0000000..fe56259 --- /dev/null +++ b/ftplugin/yaml.vim @@ -0,0 +1 @@ +setlocal sw=2 ts=2 sts=2