dominoclock/.prettierrc

9 lines
139 B
Plaintext
Raw Normal View History

2021-11-17 00:45:48 +00:00
{
"trailingComma": "es5",
"printWidth": 110,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false
}