Skip to content
Snippets Groups Projects
.prettierrc.json 197 B
Newer Older
Harpo Roeder's avatar
Harpo Roeder committed
{
    "tabWidth": 4,
    "printWidth": 80,
    "singleQuote": true,
    "trailingComma": "all",
    "semi": true,
    "bracketSpacing": true,
    "arrowParens": "always",
    "endOfLine": "lf"
}