-
Notifications
You must be signed in to change notification settings - Fork 1
/
_techplanner_fila3.code-workspace
executable file
·53 lines (52 loc) · 1.44 KB
/
_techplanner_fila3.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"folders": [
{
"path": "."
}
],
"settings": {
"better-phpunit.phpunitBinary": "phpunit",
"editor.formatOnSave": true,
"editor.parameterHints.enabled": false,
"better-phpunit.phpunitBinary": "phpunit",
"editor.formatOnSave": true,
"editor.parameterHints.enabled": false,
"better-phpunit.phpunitBinary": "phpunit",
"editor.formatOnSave": true,
"editor.parameterHints.enabled": false,
"php-cs-fixer.onsave": true,
"php-cs-fixer.formatHtml": true,
"php-cs-fixer.config": ".php-cs-fixer.php",
"vscode-php-cs-fixer.config": ".php-cs-fixer.php",
"php-cs-fixer.executablePath": "php-cs-fixer",
"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,
"phpformatter.composer": true,
"editor.defaultFormatter": "junstyle.php-cs-fixer",
"[php]": {
"editor.defaultFormatter": "junstyle.php-cs-fixer"
},
"editor.tokenColorCustomizations": {
"semanticHighlighting": true
},
"vscode-php-cs-fixer.useCache": true,
"editor.wordWrapColumn": 120,
"files.eol": "\n",
"git.autofetch": true,
"git.ignoreLimitWarning": true,
"deepscan.enable": true
},
"extensions": {
"recommendations": [
"junstyle.php-cs-fixer"
]
},
"files.exclude": {
"**/.git": false
}
}