chore: format all files with prettier #610

Closed
opened 2026-04-05 17:26:33 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Fredkiss3 on 11/21/2025

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Main changes:

Other changes:

  • Added a job that checks that all files in are formatted correctly with prettier
  • Added a job to run formatting accross the whole repo: npm run format
  • Added .vscode/settings.json with some default options: setting prettier as the default formatter, and formatting on save
  • Added .vscode/extensions.json with recommendations for new contributors recommending them to install prettier extension if not installed
*Originally created by @Fredkiss3 on 11/21/2025* ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description **Main changes:** - format all files with prettier. Included files are: - everything in src - everything in server - some of the files located at the root directory (excluding yaml and markdown files), refer `.prettierignore` file to see excluded files: https://github.com/Fredkiss3/pangolin/blob/chore/fix-formatting/.prettierignore **Other changes:** - Added a job that checks that all files in are formatted correctly with prettier - Added a job to run formatting accross the whole repo: `npm run format` - Added `.vscode/settings.json` with some default options: setting prettier as the default formatter, and formatting on save - Added `.vscode/extensions.json` with recommendations for new contributors recommending them to install prettier extension if not installed
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#610