Skip to content

Commit 50090ca

Browse files
committed
Code style editor settings
1 parent d023a3e commit 50090ca

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"javascript.preferences.quoteStyle": "single",
3+
"editor.formatOnSave": false
4+
}

example/.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ end_of_line = lf
88
charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
11+
12+
[*.js]
13+
quote_type = single

0 commit comments

Comments
 (0)