iwmlib/.prettierrc

7 lines
94 B
Plaintext
Raw Normal View History

2019-07-16 13:54:04 +02:00
{
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 4,
"semi": false
}