Skip to content

Commit e900088

Browse files
authored
Merge pull request #154 from ttsukagoshi/add-vscode-settings
Create settings.json for VS Code
2 parents 05e4a04 + cbc130d commit e900088

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.vscode/settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"files.eol": "\n",
4+
"editor.tabSize": 2,
5+
"editor.defaultFormatter": "esbenp.prettier-vscode",
6+
"json.schemas": [
7+
{
8+
"fileMatch": ["appsscript.json"],
9+
"url": "http://json.schemastore.org/appsscript"
10+
},
11+
{
12+
"fileMatch": [".clasp.json"],
13+
"url": "http://json.schemastore.org/clasp"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)