summary refs log tree commit diff
path: root/vim/indent/markdown.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/indent/markdown.vim')
-rw-r--r--vim/indent/markdown.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/vim/indent/markdown.vim b/vim/indent/markdown.vim
deleted file mode 100644
index 28f1fe1..0000000
--- a/vim/indent/markdown.vim
+++ /dev/null
@@ -1,4 +0,0 @@
-au FileType markdown set expandtab
-au FileType markdown set shiftwidth=4
-au FileType markdown set softtabstop=4
-au FileType markdown set tabstop=4