peer-at-code-web/.prettierrc
2023-02-04 14:20:03 +01:00

7 lines
107 B
Text

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