Skip to content

Instantly share code, notes, and snippets.

@theking2
Created November 7, 2023 20:04
Show Gist options
  • Save theking2/f0dd040f52608536b82eb925e159b45a to your computer and use it in GitHub Desktop.
Save theking2/f0dd040f52608536b82eb925e159b45a to your computer and use it in GitHub Desktop.
DEVSENSE settings
/* DEVSENSE */
"[php]": {
"editor.defaultFormatter": "DEVSENSE.phptools-vscode"
},
"php.format.codeStyle": "PSR-2",
"php.format.rules.arrayInitializersNewLineAfterLastElement": true,
"php.format.rules.callParametersNewLineBeforeRightParen": true,
"php.format.rules.spaceBeforeColonInControlStatements": true,
"php.format.rules.spaceWithinBrackets": false,
"php.format.rules.spaceWithinExpressionParens": true,
"php.format.rules.spaceWithinArrayInitilizersParens": true,
"php.format.rules.spaceWithinBracketsAroundExpression": true,
"php.format.rules.spaceWithinCallParens": true,
"php.format.rules.spaceWithinCatchParens": true,
"php.format.rules.spaceWithinDeclParens": true,
"php.format.rules.spaceWithinForeachParens": true,
"php.format.rules.spaceWithinForParens": true,
"php.format.rules.spaceWithinIfParens": true,
"php.format.rules.spaceWithinWhileParens": true,
"php.format.rules.spaceBeforeParenthesesInControlStatements": false,
"php.format.rules.alignConsecutiveAssignments": true,
"php.format.rules.alignEnumCases": true,
"php.format.rules.arrayInitializersNewLineBeforeFirstElement": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment