iwmlib/.prettierrc

8 lines
117 B
Plaintext
Raw Normal View History

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