{
    "$schema": "https://json.schemastore.org/prettierrc",
    "semi": true,
    "tabWidth": 4,
    "singleQuote": true,
    "printWidth": 160,
    "trailingComma": "all",
    "endOfLine": "auto"
}