Skip to content

Commit 99b75f2

Browse files
committed
Visual Studio Codeの設定
1 parent d71dcb9 commit 99b75f2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

etc/vscode_settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"editor.tabSize": 2,
3+
"editor.minimap.enabled": false,
4+
"editor.renderWhitespace": "all",
5+
"editor.renderControlCharacters": true,
6+
"editor.renderIndentGuides": true,
7+
8+
"workbench.colorTheme": "Default Light+",
9+
"workbench.iconTheme": "vs-seti",
10+
11+
//"git.path": "D:\\Application\\Git\\bin\\git.exe",
12+
13+
"javascript.validate.enable": false
14+
}

0 commit comments

Comments
 (0)