Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.prettierrc.json - github.com/jsxc/jsxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad7c44c2ab199af41b1be20d0b9e5f2d0b3cae2d (plain)
1
2
3
4
5
{
    "arrowParens": "avoid",
    "singleQuote": true,
    "printWidth": 120
}