aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-19 18:16:01 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-19 18:16:01 +1300
commit7f5e6b2d8790d2fc54934060440c94c45166785e (patch)
tree8d031380315e2b4b91fdd6350bbc088d34bc2e78 /vim
parentMerge branch 'release/v8.7.0' into develop (diff)
downloaddotfiles-7f5e6b2d8790d2fc54934060440c94c45166785e.tar.gz
dotfiles-7f5e6b2d8790d2fc54934060440c94c45166785e.zip
Use four spaces for indentation in Markdown in Vim
Diffstat (limited to 'vim')
-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)