Files
pleno-vue/.prettierrc.json
Jeppe Bundgaard b39b458f4f Add .prettierrc.json and refactor test files for improved formatting consistency:
- Introduced `.prettierrc.json` to enforce consistent code formatting across the project.
- Updated unit and e2e test files to address formatting issues, improve readability, and ensure alignment with the new Prettier configuration.
2026-04-13 09:13:27 +02:00

7 lines
78 B
JSON

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