aboutsummaryrefslogtreecommitdiff
path: root/.prettierrc
blob: 89cc06e367eee39ec591a9f2d6a9fe2e9a9e50e0 (plain)
1
2
3
4
5
6
7
{
    "$schema": "http://json.schemastore.org/prettierrc",
    "printWidth": 80,
    "tabWidth": 2,
    "useTabs": false,
    "proseWrap": "never"
}