From 695fc84e0a234705cd596d2f8912feca35c1db69 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Sat, 27 Jan 2018 00:43:19 +0100 Subject: [PATCH] polyglot should cover my ass --- vimrc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vimrc b/vimrc index e8e0f87..32845d3 100644 --- a/vimrc +++ b/vimrc @@ -342,12 +342,6 @@ augroup text autocmd FileType text,markdown,mail,tex set wrap wm=2 nocindent spell augroup END -"" Python -augroup python - autocmd! - autocmd FileType python set noexpandtab -augroup END - "" JavaScript augroup web autocmd!