Skip to content

Instantly share code, notes, and snippets.

@jonathanbossenger
Created December 4, 2024 13:39
Show Gist options
  • Save jonathanbossenger/6d493056ac6a884c3f8a638c88d10906 to your computer and use it in GitHub Desktop.
Save jonathanbossenger/6d493056ac6a884c3f8a638c88d10906 to your computer and use it in GitHub Desktop.
VS Code settings
{
"scm.inputFontSize": 14,
"debug.console.fontSize": 14,
"markdown.preview.fontSize": 14,
"editor.codeLensFontSize": 14,
"editor.suggestFontSize": 14,
"editor.fontSize": 14,
"files.autoSave": "afterDelay",
"editor.minimap.enabled": false,
"workbench.startupEditor": "none",
"intelephense.format.braces": "k&r",
"intelephense.format.enable": false,
"workbench.colorTheme": "Default Light Modern",
"workbench.layoutControl.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"editor.inlineSuggest.enabled": true,
"files.autoSaveDelay": 500,
"prettier.tabWidth": 4,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": true,
"scminput": false,
"yaml": false,
"php": false
},
"workbench.editor.enablePreview": false,
"workbench.statusBar.visible": false,
"window.zoomLevel": 2,
"php.debug.executablePath": "",
"editor.accessibilitySupport": "off",
"security.promptForLocalFileProtocolHandling": false,
"editor.stickyScroll.enabled": false,
"phpsab.debug": true,
"phpsab.snifferShowSources": true,
"phpsab.executablePathCBF": "~/.config/composer/vendor/bin/phpcs",
"phpsab.executablePathCS": "~/.config/composer/vendor/bin/phpcbf",
"phpsab.allowedAutoRulesets": [
".phpcs.xml",
".phpcs.xml.dist",
"phpcs.xml",
"phpcs.xml.dist",
"phpcs.ruleset.xml",
"ruleset.xml"
],
"phpsab.standard": "WordPress",
"editor.formatOnSave": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment