sn-translator/.prettierrc

7 lines
106 B
Plaintext
Raw Normal View History

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