iwmlib/.prettierrc

9 lines
146 B
Plaintext
Raw Permalink 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,
2022-10-04 10:51:35 +02:00
"printWidth": 120,
"trailingComma": "none"
2019-07-16 13:54:04 +02:00
}