aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/indent')
-rw-r--r--vim/after/indent/markdown.vim2
1 files changed, 2 insertions, 0 deletions
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)