S2OJ/.prettierrc

7 lines
80 B
Plaintext
Raw Permalink Normal View History

2022-09-18 13:56:58 +00:00
{
"tabWidth": 2,
"printWidth": 80,
"singleQuote": true,
"endOfLine": "lf"
}