From 15cc0328e9ae0845900cf6f3d613eaedfd22b538 Mon Sep 17 00:00:00 2001 From: Ryan Glover Date: Sat, 26 Sep 2015 18:01:40 -0500 Subject: [PATCH] remove erroneous comments and settings from .editorconfig --- .editorconfig | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0c158a4..4a7ea30 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,3 @@ -# EditorConfig – Follow the rules, hippie. -# Make sure to install the plugin for your editor: http://editorconfig.org/#download (we use SublimeText or Atom). -# http://editorconfig.org - -# Root root = true [*] @@ -13,11 +8,5 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[*.js] -indent_size = 2 - -[*.coffee] -indent_size = 2 - [*.md] trim_trailing_whitespace = false -- 2.0.0