chore: add prettier config to ignore (and some formatting) #20

Open
michi wants to merge 3 commits from michi/vode-app-common-client-side:wip/add-formatting-config into main
Owner
  • Add .prettierrc with consistent formatting rules
  • Apply formatting to testing and transclusive modules
  • Convert double quotes to single quotes
  • Standardize code formatting throughout

Editor setup:

  • VSCode: install the "Prettier - Code formatter"
    • set "editor.defaultFormatter": "esbenp.prettier-vscode" in project or user settings
  • Zed: Prettier is bundled
    • set "formatter": "prettier" in your project or user settings
- Add .prettierrc with consistent formatting rules - Apply formatting to testing and transclusive modules - Convert double quotes to single quotes - Standardize code formatting throughout **Editor setup:** - VSCode: install the "Prettier - Code formatter" - set `"editor.defaultFormatter": "esbenp.prettier-vscode"` in project or user settings - Zed: Prettier is bundled - set `"formatter": "prettier"` in your project or user settings
- Add .prettierrc with consistent formatting rules
- Apply formatting to testing and transclusive modules
- Convert double quotes to single quotes
- Standardize code formatting throughout
michi requested reviews from temir, Ben 2026-07-03 19:03:00 +02:00
michi force-pushed wip/add-formatting-config from 17849e8da7 to 5e051e1603 2026-07-03 19:15:54 +02:00 Compare
Author
Owner

maybe there is a better way?
for now i will remove .prettierrc and set it to ignore
so it becomes optional.
I solely need it so formatting the code in zed is similar to vscode

maybe there is a better way? for now i will remove .prettierrc and set it to ignore so it becomes optional. I solely need it so formatting the code in zed is similar to vscode
michi changed title from chore: add prettier config and apply formatting to chore: add prettier config to ignore (and some formatting) 2026-07-04 12:36:44 +02:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u wip/add-formatting-config:michi-wip/add-formatting-config
git switch michi-wip/add-formatting-config

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff michi-wip/add-formatting-config
git switch michi-wip/add-formatting-config
git rebase main
git switch main
git merge --ff-only michi-wip/add-formatting-config
git switch michi-wip/add-formatting-config
git rebase main
git switch main
git merge --no-ff michi-wip/add-formatting-config
git switch main
git merge --squash michi-wip/add-formatting-config
git switch main
git merge --ff-only michi-wip/add-formatting-config
git switch main
git merge michi-wip/add-formatting-config
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
vode-app/common-client-side!20
No description provided.