Skip to content

Commit 515b956

Browse files
authored
Update .editorconfig
1 parent 5fd7dd5 commit 515b956

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,12 @@ indent_style = space
1010

1111
[*.{js,py,json,yml,css,scss,html}]
1212
indent_size = 2
13+
14+
[*.{js,css,scss}]
15+
quote_type = single
16+
17+
[*.{yml,yaml}]
18+
quote_type = double
19+
20+
[*.md]
21+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)