mikro-orm-arp/.prettierrc

9 lines
127 B
Plaintext
Raw Normal View History

2020-09-14 15:21:19 +02:00
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 250,
"singleQuote": true,
"semi": false,
"trailingComma": "es5"
}