first commit

This commit is contained in:
julien
2026-03-15 19:58:46 +01:00
commit bbc4e4da65
32 changed files with 1854 additions and 0 deletions

View 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",
}