sn-translator/.prettierrc

7 lines
105 B
Plaintext
Raw Normal View History

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