We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afe989e + 85063e0 commit d0c1eccCopy full SHA for d0c1ecc
2 files changed
.editorconfig
@@ -11,7 +11,7 @@ insert_final_newline = true
11
12
# Matches multiple files with brace expansion notation
13
# Set default charset
14
-[*.{js,rb,erb}]
+[*.{js,scss,rb,erb}]
15
charset = utf-8
16
indent_style = space
17
-indent_size = 2
+indent_size = 2
CHANGELOG.md
@@ -9,3 +9,5 @@
9
- Updated JS that used to call the TinyMCE `setMode()` function so that it now calls `mode.set()` because the former is now deprecated.
10
### Changed
+
+- Added scss files to EditorConfig
0 commit comments