From fb5c4bdb91eaad1eea8765fcde347adc7086e529 Mon Sep 17 00:00:00 2001 From: Carmine DiMascio Date: Wed, 14 Nov 2018 14:54:12 -0500 Subject: [PATCH] Update .editorconfig --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 22244da..ed28272 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,9 +15,5 @@ indent_size = 4 continuation_indent_size=4 max_line_length=off -[{Makefile,*.go}] -indent_style = tab -indent_size = 4 - [*.md] trim_trailing_whitespace = false