fake-log/.prettierrc
2024-03-27 22:31:41 +01:00

7 lines
107 B
Text

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