cubetiq-ts-utils/.prettierrc

7 lines
106 B
Plaintext
Raw Normal View History

2021-03-10 13:37:21 +07:00
{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 4
}