it-tools/.prettierrc

8 lines
106 B
Plaintext

{
"singleQuote": true,
"semi": true,
"tabWidth": 2,
"trailingComma": "all",
"printWidth": 120
}