This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nextjs-serve-actions/.prettierrc
2024-05-23 16:55:29 +02:00

7 lines
89 B
Plaintext

{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 80
}