From 4cf490f7ec64bc2a66c3da52da940248fa81091d Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 27 Mar 2020 06:00:24 -0700 Subject: [PATCH] Add CSS files to editorconfig (#19289) Signed-off-by: lucperkins --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 42ff3294fd1..e49c89c4e8b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ charset = utf-8 max_line_length = 80 trim_trailing_whitespace = true -[*.{html,js,json,sass,md,mmark,toml,yaml}] +[*.{css,html,js,json,sass,md,mmark,toml,yaml}] indent_style = space indent_size = 2