From feaf0b0ff7280371cd614929f69ed877b47ea436 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 23 Apr 2018 11:29:56 +0100 Subject: [PATCH] Do not use sw=2 for Markdown files --- vimrc | 1 - 1 file changed, 1 deletion(-) diff --git a/vimrc b/vimrc index 4a9ea67..b7f1af4 100644 --- a/vimrc +++ b/vimrc @@ -107,7 +107,6 @@ if has("autocmd") autocmd BufRead,BufNewFile *.go set tabstop=8 autocmd BufRead,BufNewFile *.html set shiftwidth=2 autocmd BufRead,BufNewFile *.md set filetype=markdown - autocmd BufRead,BufNewFile *.md set shiftwidth=2 autocmd BufRead,BufNewFile *.md set tabstop=4 autocmd BufRead,BufNewFile *.xml set shiftwidth=2 autocmd BufRead,BufNewFile *.yml set shiftwidth=2