first commit
This commit is contained in:
10
config/codium/settings.json
Normal file
10
config/codium/settings.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
// 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",
|
||||
}
|
||||
Reference in New Issue
Block a user