aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierrc
blob: 223a51a5d0e72afbfdeab3288c78ea9c71fdcdb9 (plain)
1
2
3
4
5
6
7
{
    "useTabs": false,
    "tabWidth": 4,
    "printWidth": 160,
    "singleQuote": true,
    "trailingComma": "es5"
}