oni/.prettierrc

8 lines
108 B
Plaintext

{
"printWidth": 100,
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "all"
}