8000 Enforce single quotes · shelljs/shelljs@c836c7b · GitHub
[go: up one dir, main page]

Skip to content

Commit c836c7b

Browse files
abluescarabnfischer
authored andcommitted
Enforce single quotes
1 parent 24ba6e2 commit c836c7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ indent_style = space
1010
insert_final_newline = true
1111
trim_trailing_whitespace = true
1212

13+
[*.js]
14+
quote_type = single
15+
1316
[*.{md,markdown}]
1417
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)
0