pat/web/.prettierrc
2021-08-04 08:09:34 +02:00

7 lines
106 B
Text

{
"printWidth": 100,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}