From 7f5e6b2d8790d2fc54934060440c94c45166785e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 19 Dec 2019 18:16:01 +1300 Subject: Use four spaces for indentation in Markdown in Vim --- vim/after/indent/markdown.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 vim/after/indent/markdown.vim diff --git a/vim/after/indent/markdown.vim b/vim/after/indent/markdown.vim new file mode 100644 index 00000000..61f09a1e --- /dev/null +++ b/vim/after/indent/markdown.vim @@ -0,0 +1,2 @@ +" Use four spaces for indentation +call indent#spaces(4) -- cgit v1.2.3