Files
nextjs-server-fetching/examples/data-fetching/.prettierrc.json
2024-01-15 23:13:55 +01:00

9 lines
143 B
JSON

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