Files
pages-server-easy/.prettierrc.json
2024-04-28 20:47:04 +00:00

9 lines
127 B
JSON

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