Skip to content

Instantly share code, notes, and snippets.

@mamori017
Last active July 19, 2017 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mamori017/b242b3a87862f11c6e0c820224e13a7f to your computer and use it in GitHub Desktop.
Save mamori017/b242b3a87862f11c6e0c820224e13a7f to your computer and use it in GitHub Desktop.
Visual Studio Code User Settings
// 既定の設定を上書きするには、このファイル内に設定を挿入します
{
"files.encoding": "utf8",
"editor.renderWhitespace": "all",
"editor.tabSize": 4,
"editor.insertSpaces": true,
"php.validate.executablePath": " ***** php.exe path ***** ",
"php.validate.run": "onType",
"window.zoomLevel": 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment