|
1 | | -{ |
2 | | - "files.trimTrailingWhitespace": true, |
3 | | - "intelephense.completion.insertUseDeclaration": false, |
4 | | - "intelephense.environment.shortOpenTag": false, |
5 | | - "intelephense.format.braces": "per", |
6 | | - "intelephense.phpdoc.useFullyQualifiedNames": true, |
7 | | - "php.suggest.basic": false, |
8 | | - "prettier.enable": false, |
9 | | - "files.exclude": { |
10 | | - "composer.lock": true, |
11 | | - ".phpunit.result.cache": true |
12 | | - }, |
13 | | - "search.exclude": {}, |
14 | | - "[php]": { |
15 | | - "editor.formatOnSave": true, |
16 | | - "editor.tabSize": 4, |
17 | | - "editor.detectIndentation": false, |
18 | | - "editor.insertSpaces": true, |
19 | | - "editor.defaultFormatter": "Jota0222.multi-formatter", |
20 | | - "multiFormatter.formatterList": [ |
21 | | - "bmewburn.vscode-intelephense-client", |
22 | | - "junstyle.php-cs-fixer" |
23 | | - ] |
24 | | - }, |
25 | | - "editor.codeActionsOnSave": { |
26 | | - "source.fixAll.eslint": "explicit", |
27 | | - "source.organizeImports": "never" |
28 | | - } |
29 | | -} |
| 1 | +{ |
| 2 | + "files.trimTrailingWhitespace": true, |
| 3 | + "intelephense.completion.insertUseDeclaration": false, |
| 4 | + "intelephense.environment.shortOpenTag": false, |
| 5 | + "intelephense.format.braces": "per", |
| 6 | + "intelephense.phpdoc.useFullyQualifiedNames": true, |
| 7 | + "intelephense.inlayHint.parameterNames": false, |
| 8 | + "php.suggest.basic": false, |
| 9 | + "prettier.enable": false, |
| 10 | + "files.exclude": { |
| 11 | + "composer.lock": true, |
| 12 | + ".phpunit.result.cache": true |
| 13 | + }, |
| 14 | + "search.exclude": {}, |
| 15 | + "[php]": { |
| 16 | + "editor.formatOnSave": true, |
| 17 | + "editor.tabSize": 4, |
| 18 | + "editor.detectIndentation": false, |
| 19 | + "editor.insertSpaces": true, |
| 20 | + "editor.defaultFormatter": "Jota0222.multi-formatter", |
| 21 | + "multiFormatter.formatterList": [ |
| 22 | + "bmewburn.vscode-intelephense-client", |
| 23 | + "junstyle.php-cs-fixer" |
| 24 | + ] |
| 25 | + }, |
| 26 | + "editor.codeActionsOnSave": { |
| 27 | + "source.fixAll.eslint": "explicit", |
| 28 | + "source.organizeImports": "never" |
| 29 | + } |
| 30 | +} |
0 commit comments