-
Notifications
You must be signed in to change notification settings - Fork 0
/
enp-quiz.code-workspace
34 lines (34 loc) · 1.09 KB
/
enp-quiz.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"folders": [
{
"path": ".."
}
],
"settings": {
"phpcs.enable": true,
"phpcs.composerJsonPath": "wp-content/plugins/enp-quiz/composer.json",
"phpcs.executablePath": "/Users/lukey/.composer/vendor/bin/phpcs",
"phpcbf.enable": true,
"phpcbf.onsave": true,
"phpcbf.executablePath": "/Users/lukey/.composer/vendor/bin/phpcbf",
"phpcbf.standard": "WordPress",
"phpsab.standard": "WordPress",
"phpsab.fixerEnable": true,
"editor.renderWhitespace": "all",
"editor.hover.enabled": true,
"php.suggest.basic": false,
"phpcbf.documentFormattingProvider": true,
"html.format.templating": true,
"editor.defaultFormatter": "persoderlind.vscode-phpcbf",
"[php]": {
"editor.defaultFormatter": "persoderlind.vscode-phpcbf"
},
"editor.autoIndent": "keep",
"editor.tabSize": 4,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"phpcs.standard": "enp-quiz/rulesetsPHPCS.xml",
"phpcs.showWarnings": false,
"editor.guides.highlightActiveIndentation": false
}
}