Skip to content

Instantly share code, notes, and snippets.

@wormeyman
Last active November 8, 2017 20:05
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 wormeyman/82cc76bbca8b673b3860452bb30ac309 to your computer and use it in GitHub Desktop.
Save wormeyman/82cc76bbca8b673b3860452bb30ac309 to your computer and use it in GitHub Desktop.
settings.json for VSCODE
{
"editor.rulers": [
80
],
"editor.tabSize": 2,
"editor.multiCursorModifier": "alt",
"editor.renderWhitespace": "all",
"editor.insertSpaces": true,
"editor.trimAutoWhitespace": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.eol": "\r\n",
"files.insertFinalNewline": true,
"html.format.preserveNewLines": true,
"html.format.maxPreserveNewLines": 1,
"html.format.wrapLineLength": 120,
"php.validate.executablePath": "E:/php-7.0.24-Win32-VC14-x86/php.exe",
"sync.gist": "52284056148105cad48dba945c691290",
"sync.lastUpload": "2017-11-08T20:01:56.206Z",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastDownload": "",
"sync.forceDownload": false,
"sync.anonymousGist": false,
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"workbench.colorTheme": "Ruby Blue",
"workbench.iconTheme": "vscode-icons"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment