summary refs log tree commit diff
path: root/.prettierrc.json
blob: ebfbac37bb507cf73b76737c40a5ebaf6f98313f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "trailingComma": "all",
    "tabWidth": 4,
    "semi": true,
    "arrowParens": "always",
    "bracketSameLine": false,
    "bracketSpacing": true,
    "quoteProps": "as-needed",
    "useTabs": false,
    "singleQuote": false,
    "endOfLine": "auto",
    "printWidth": 180
}