From 5754b03fa0e406a4ec5368a514ff3b9278c7e9d1 Mon Sep 17 00:00:00 2001 From: "Cody B. Daig" Date: Tue, 18 Aug 2015 09:35:56 -0700 Subject: [PATCH] Changed .html files to have 2 spaces instead of tabs --- .editorconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index d27bd05b8a..c5e0c369eb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,10 +24,15 @@ space_after_anonymous_functions = true spaces_in_brackets = false # No Standard. Please document a standard if different from .js -[**.yml, **.html, **.css] +[**.yml, **.css] trim_trailing_whitespace = true indent_style = tab +[**.html] +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 + # No standard. Please document a standard if different from .js [**.md] indent_style = tab