summaryrefslogtreecommitdiffstats
path: root/.prettierrc
blob: 95f2dae1dea1a5eeaa93b963e6a83dbd6ade647a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "printWidth": 120,
    "tabWidth": 2,
    "useTabs": false,
    "semi": true,
    "singleQuote": false,
    "quoteProps": "as-needed",
    "trailingComma": "all",
    "bracketSpacing": true,
    "endOfLine": "lf"
}