sn-translator/.prettierrc

7 lines
105 B
Plaintext
Raw Normal View History

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