Skip to content

Commit

Permalink
Add scss to .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Sep 13, 2024
1 parent 1749ce6 commit 109893a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/{{ cookiecutter.__folder_name }}/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ indent_style = space
# 4 space indentation
indent_size = 4

[*.{html,dtml,pt,zpt,xml,zcml,js,json,ts,less,css,sass,yml,yaml}]
[*.{html,dtml,pt,zpt,xml,zcml,js,json,ts,less,scss,css,sass,yml,yaml}]
# 2 space indentation
indent_size = 2

Expand Down

0 comments on commit 109893a

Please sign in to comment.