it-tools/.prettierrc

7 lines
106 B
Text

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