Add CSS files to editorconfig (#19289)

Signed-off-by: lucperkins <lucperkins@gmail.com>
pull/19999/head
Luc Perkins 2020-03-27 06:00:24 -07:00 committed by bryan
parent 06e017f368
commit 4cf490f7ec
1 changed files with 1 additions and 1 deletions

View File

@ -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