10 lines
371 B
JSON
10 lines
371 B
JSON
{
|
|
// Largeur maximale recommandée (règle d'édition)
|
|
"editor.rulers": [
|
|
100
|
|
],
|
|
// Chemin vers l'exécutable PHP système (utilisé pour la validation)
|
|
"php.validate.executablePath": "/usr/bin/php",
|
|
// Chemin relatif vers le binaire php-cs-fixer du projet
|
|
"php-cs-fixer.executablePath": "${workspaceFolder}/vendor/bin/php-cs-fixer",
|
|
} |