Add CSS files to editorconfig (#19289)

Signed-off-by: lucperkins <lucperkins@gmail.com>
pull/19898/head
Luc Perkins 2020-03-27 06:00:24 -07:00 committed by GitHub
parent 3a2944cd9a
commit 3eac351bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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