From 7bd3ce6e8706d4adf01915529d29731d28d74937 Mon Sep 17 00:00:00 2001 From: Robby3St <35135025+Robby3St@users.noreply.github.com> Date: Mon, 5 May 2025 15:41:34 +0200 Subject: [PATCH] docs(README): add hint for formatting on commit --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 3c31d52..dd16fa8 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,13 @@ Install dependencies: 2. Open any file in `test/out` in your browser If you dont have access to the `Sitzungen` Repository, you can use the `local_test` branch + +## Collaboration + +To stay consistent in e.g. spacing and have the chance to track changes, please format the files with + +``` +pnpm formt +``` + +in the root of the repository. -- GitLab