11 lines
289 B
JSON
11 lines
289 B
JSON
{
|
|
"git.ignoreLimitWarning": true,
|
|
"php-cs-fixer.executable": "tools/php-cs-fixer/vendor/bin/php-cs-fixer",
|
|
"php-cs-fixer.configFile": "tools/php-cs-fixer/.php-cs-fixer.dist.php",
|
|
"symfony-vscode.fileWatchingPatterns": [
|
|
|
|
"yml",
|
|
"yaml",
|
|
"xml"
|
|
]
|
|
} |