Skip to content

Commit da29238

Browse files
authored
chore(editorconfig): add rule for scss (#5727)
1 parent e0e99e4 commit da29238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ resharper_web_config_type_not_resolved_highlighting = warning
6868
resharper_web_config_wrong_module_highlighting = warning
6969

7070
# Code files
71-
[*.{cs,csx,vb,vbx}]
71+
[*.{cs,csx,vb,vbx,css,scss}]
7272
indent_size = 4
7373

74-
[*.{cs,css,js,json,*html,razor,txt,log}]
74+
[*.{cs,css,scss,js,json,*html,razor,txt,log}]
7575
charset = utf-8-bom
7676

7777
[*.{xml,config,*proj,nuspec,props,resx,targets,yml,tasks}]

0 commit comments

Comments
 (0)