{
    "prettier.configPath": "/home/local/RAGE/%user%/projects/php/wp/croma_unboxed/.prettierrc",
    "prettier.ignorePath": "/home/local/RAGE/%user%/projects/php/wp/croma_unboxed/.prettierignore",
    "editor.formatOnSaveTimeout": 50000,
    "[javascript]": {
        "editor.formatOnSave": true,
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "editor.codeActionsOnSave": {
        "source.fixAll": true,
        "source.fixAll.eslint": true
    },
    "php-cs-fixer.onsave": true,
    "php-cs-fixer.executablePath": "/home/local/RAGE/%user%/projects/php/wp/croma_unboxed/vendor/bin/php-cs-fixer",
    "php-cs-fixer.executablePathWindows": "",
    "php-cs-fixer.rules": "",
    "php-cs-fixer.config": "php-cs.php",
    "php-cs-fixer.allowRisky": false,
    "php-cs-fixer.pathMode": "override",
    "php-cs-fixer.exclude": [
        "**/config/**",
        "**/vendor/**",
        "**/wp/wp-admin/**",
        "**/wp/wp-includes/**",
        "**/wp/wp-content/themes/**",
        "**/wp/wp-content/uploads/**",
    ],
    "php-cs-fixer.autoFixByBracket": true,
    "php-cs-fixer.autoFixBySemicolon": true,
    "php-cs-fixer.formatHtml": false,
    "php-cs-fixer.documentFormattingProvider": true
}
