iwmlib/.prettierrc

9 lines
146 B
Plaintext

{
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 4,
"semi": false,
"printWidth": 120,
"trailingComma": "none"
}