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