debian-mirror-gitlab/.prettierrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
100 B
Plaintext
Raw Permalink Normal View History

2019-05-05 18:10:48 +05:30
{
"printWidth": 100,
"singleQuote": true,
2021-03-08 18:12:59 +05:30
"arrowParens": "always",
2019-07-07 11:18:12 +05:30
"trailingComma": "all"
2019-05-05 18:10:48 +05:30
}