Add CSS files to editorconfig (#19289)
Signed-off-by: lucperkins <lucperkins@gmail.com>pull/19898/head
parent
3a2944cd9a
commit
3eac351bec
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue