sn-translator/.prettierrc

7 lines
106 B
Plaintext
Raw Normal View History

2022-12-25 02:38:03 +01:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 120
}