Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
marco76tv committed Nov 21, 2023
1 parent 8b7abbc commit b823793
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions _activity.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.formatOnSave": true,
"php-cs-fixer.onsave": true,
"php-cs-fixer.formatHtml": true,
//"php-cs-fixer.config": "/var/.php_cs",
"//vscode-php-cs-fixer.config": "/var/.php_cs",
//"php-cs-fixer.configFile": "/var/.php_cs",
"php-cs-fixer.executable": "php-cs-fixer",
//"php-cs-fixer.executablePath": "/var/php-cs-fixer.phar",
//"php-cs-fixer.executablePathWindows": "/var/php-cs-fixer.phar",
"php-cs-fixer.executablePath":"",
"php-cs-fixer.executablePathWindows": "php-cs-fixer.bat",
"vscode-php-cs-fixer.allowRisky": true,
"phpmd.enabled": false,
"phpmd.validate.rulesets": "cleancode,codesize,controversial,design,naming,unusedcode",
"phpmd.SuppressWarnings":true,
"phpmd.verbose": false,
"php-cs-fixer.allowRisky": true,
"editor.defaultFormatter": "junstyle.php-cs-fixer",
"[php]": {
"editor.defaultFormatter": "junstyle.php-cs-fixer"
},
"editor.tokenColorCustomizations": {
"semanticHighlighting": true
},
"vscode-php-cs-fixer.useCache": true,
"git.ignoreLimitWarning": true,
"files.eol": "\n",
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 120,
"git.autofetch": "all"
}
}

0 comments on commit b823793

Please sign in to comment.