summaryrefslogtreecommitdiff
path: root/.prettierrc
blob: ea1532270e7c19e17c16a1327ef7b7ac1d1d8112 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "arrowParens": "avoid",
    "bracketSpacing": true,
    "endOfLine": "lf",
    "insertPragma": false,
    "printWidth": 100,
    "quoteProps": "as-needed",
    "semi": true,
    "singleQuote": false,
    "tabWidth": 4,
    "trailingComma": "es5",
    "useTabs": false
}