Skip to content

Commit d0c1ecc

Browse files
Merge pull request #3256 from benjaminfaure/add_scss_to_editorconfig
Added scss files to editorconfig
2 parents afe989e + 85063e0 commit d0c1ecc

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ insert_final_newline = true
1111

1212
# Matches multiple files with brace expansion notation
1313
# Set default charset
14-
[*.{js,rb,erb}]
14+
[*.{js,scss,rb,erb}]
1515
charset = utf-8
1616
indent_style = space
17-
indent_size = 2
17+
indent_size = 2

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@
99
- Updated JS that used to call the TinyMCE `setMode()` function so that it now calls `mode.set()` because the former is now deprecated.
1010

1111
### Changed
12+
13+
- Added scss files to EditorConfig

0 commit comments

Comments
 (0)