Revize f91a8748
Přidáno uživatelem Tomáš Ballák před téměř 5 roky(ů)
website/symfony.code-workspace | ||
---|---|---|
5 | 5 |
} |
6 | 6 |
], |
7 | 7 |
"settings": { |
8 |
"php-cs-fixer.onsave": true, |
|
8 |
"files.autoSave": "afterDelay", |
|
9 |
"php-cs-fixer.onsave": false, |
|
9 | 10 |
"php-cs-fixer.rules": "@PSR-2", |
10 | 11 |
"php-cs-fixer.config": ".php_cs", |
11 |
"php-cs-fixer.executablePath": "${workspaceFolder}/vendor/bin/php-cs-fixer" |
|
12 |
"php-cs-fixer.executablePath": "${workspaceRoot}/vendor/bin/php-cs-fixer", |
|
13 |
"php-cs-fixer.executablePathWindows": "${workspaceRoot}\\vendor\\bin\\php-cs-fixer" |
|
12 | 14 |
}, |
13 | 15 |
"extensions": { |
14 | 16 |
"recommendations": [ |
... | ... | |
18 | 20 |
"junstyle.php-cs-fixer" |
19 | 21 |
] |
20 | 22 |
}, |
21 |
"tasks": { |
|
22 |
"version": "2.0.0", |
|
23 |
"tasks": [{ |
|
24 |
"label": "One", |
|
25 |
"type": "shell", |
|
26 |
"command": "echo ${workspaceFolder}/vendor/bin/php-cs-fixer", |
|
27 |
"presentation": { |
|
28 |
"echo": true, |
|
29 |
"reveal": "always", |
|
30 |
"focus": false, |
|
31 |
"panel": "shared", |
|
32 |
"showReuseMessage": true, |
|
33 |
"clear": false |
|
34 |
} |
|
35 |
}] |
|
36 |
} |
|
37 | 23 |
} |
Také k dispozici: Unified diff
linter done