{
  "files.autoSave": "afterDelay",
  "files.autoSaveDelay": 1000,
  "php-cs-fixer.executablePath": "/home/gfonlupt/dev/quipayequoi/bin/php-cs-fixer",
  "editor.formatOnSave": true,
  "php-cs-fixer.onsave": true,
  "php.debug.executablePath": "./bin/php",
  "intelephense.environment.phpVersion": "8.3",
  "intelephense.diagnostics.enable": true,
  "intelephense.environment.includePaths": [
    "vendor",
    "src"
  ],
  "explorer.compactFolders": false,
  "phpstan.configFile": "phpstan.neon",
  "phpstan.binPath": "./bin/phpstan",
  "phpstan.enabled": true,
  "phpstan.autoDetect": false,
  "[php]": {
    "editor.defaultFormatter": "junstyle.php-cs-fixer",
    "editor.formatOnSave": true
  },
  "[twig]": {
    "editor.defaultFormatter": "mblode.twig-language-2"
  }
}
