From 69398e24e22e3e0e120feba5c97b0ef34944cdc7 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Tue, 20 Sep 2016 15:40:25 -0700 Subject: [PATCH] Clean up .editorconfig --- home/.editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/home/.editorconfig b/home/.editorconfig index f7808e5..86c527e 100644 --- a/home/.editorconfig +++ b/home/.editorconfig @@ -5,7 +5,6 @@ root = true [*] charset = utf-8 end_of_line = lf -insert_final_newline = true indent_style = tab indent_size = 4 trim_trailing_whitespace = true @@ -23,7 +22,4 @@ indent_size = 2 indent_style = space indent_size = 2 -[*.go] -indent_style = tab - # format:dosini