Skip to content

Instantly share code, notes, and snippets.

@Tmeister
Created March 8, 2019 23:10
Show Gist options
  • Save Tmeister/421382478d58779dca9c2e1f4be4648f to your computer and use it in GitHub Desktop.
Save Tmeister/421382478d58779dca9c2e1f4be4648f to your computer and use it in GitHub Desktop.
{
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"phpcs.standard": "WordPress",
"phpfmt.passes": [
"DoubleToSingleQuote",
"SpaceAroundParentheses"
],
"phpfmt.psr2": false,
"phpfmt.indent_with_space": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment