Created
March 8, 2019 23:10
-
-
Save Tmeister/421382478d58779dca9c2e1f4be4648f to your computer and use it in GitHub Desktop.
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
{ | |
"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