{
    "endOfLine": "lf",
    "printWidth": 120,
    "singleQuote": true,
    "tabWidth": 4,
    "useTabs": false,
    "semi": false,
    "trailingComma": "all",
    "insertPragma": false,
    "overrides": [
        {
            "files": [
                "*.php",
                "*.yml",
                "*.yaml"
            ],
            "options": {
                "tabWidth": 4
            }
        },
        {
            "files": [
                "*.js"
            ],
            "options": {
                "tabWidth": 4
            }
        }
    ],
    "plugins": [
        "eslint-plugin-prettier"
    ]
}
