From 6f7a06c172ea7b49c03ed9f11451b98453e33e4f Mon Sep 17 00:00:00 2001 From: Phongphan Bunlom Date: Wed, 24 Jan 2018 20:04:57 +0700 Subject: [PATCH] [UPDATE] Config space width to 4-space for Visual Studio Code workspace. --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6d840b7..b7c8f4b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,7 @@ "editor.rulers": [ 80 ], - "editor.tabSize": 2, + "editor.tabSize": 4, "editor.renderWhitespace": "boundary", "window.title": "WIP Camp API: ${dirty}${activeEditorShort}", "[php]": {