Created
October 26, 2016 15:16
-
-
Save ripixel/b2240f3fd8b4f4c831989c9562679475 to your computer and use it in GitHub Desktop.
VSCode settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your settings in this file to overwrite the default settings | |
| { | |
| "editor.tabSize": 4, | |
| "editor.insertSpaces": true, | |
| "editor.wrappingColumn": 0, | |
| "editor.wrappingIndent": "indent", | |
| "editor.renderWhitespace": "boundary", | |
| "editor.renderIndentGuides": true, | |
| "search.exclude": {"build/" : true}, | |
| "files.trimTrailingWhitespace": true, | |
| "phpcs.standard": "psr2", | |
| "editor.fontLigatures": true, | |
| "editor.fontFamily": "Hasklig", | |
| "editor.fontSize": 13, | |
| "files.autoSave": "onFocusChange", | |
| "files.associations": { | |
| "*.mustache": "handlebars", | |
| "*.tache": "handlebars" | |
| }, | |
| "php.validate.executablePath": "/usr/bin/php", | |
| "php.validate.run": "onType", | |
| "phpcs.enable": false | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment