From 7c0e979ef3ce3d4ddc95b868824de816b887bc2a Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Thu, 24 Sep 2015 16:18:20 -0700 Subject: [PATCH] Update editorconfig to match existing project conventions for 2-space html, css, scss, json --- .editorconfig | 2 +- {{cookiecutter.repo_name}}/.editorconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 517633b9..585e2abc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,7 +12,7 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 -[*.yml] +[*.{html,css,scss,json,yml}] indent_style = space indent_size = 2 diff --git a/{{cookiecutter.repo_name}}/.editorconfig b/{{cookiecutter.repo_name}}/.editorconfig index e2232478..e7aa555a 100644 --- a/{{cookiecutter.repo_name}}/.editorconfig +++ b/{{cookiecutter.repo_name}}/.editorconfig @@ -19,7 +19,7 @@ known_first_party={{ cookiecutter.repo_name }} multi_line_output=3 default_section=THIRDPARTY -[*.yml] +[*.{html,css,scss,json,yml}] indent_style = space indent_size = 2