Files
nextjs-server-fetching/presentation/.prettierrc.json
2024-01-16 23:53:33 +01:00

9 lines
143 B
JSON

{
"editorconfig": true,
"trailingComma": "es5",
"semi": false,
"singleQuote": true,
"endOfLine": "lf",
"tabWidth": 4
}