Skip to content

Instantly share code, notes, and snippets.

@llagerlof
Last active July 17, 2019 16:36
Show Gist options
  • Save llagerlof/21259a17e9bab96445787cbb38db4fae to your computer and use it in GitHub Desktop.
Save llagerlof/21259a17e9bab96445787cbb38db4fae to your computer and use it in GitHub Desktop.
My Visual Studio Code WORKSPACE SETTINGS
{
"_comment": "This files.encoding iso88591 is per-project. You should use utf8.",
"files.encoding": "iso88591",
"files.eol": "\n",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/templates_c": true
},
"window.title": "${dirty}\\${folderName}\\${activeEditorMedium}",
"files.trimTrailingWhitespace": true,
"_comment": "The two options below are for using with the 'PHP Intellisense - Crane' plugin.",
"php.suggest.basic": false,
"php.validate.run": "onType",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment