Formatting and debugs

This commit is contained in:
Olof hagsand 2024-05-28 18:50:07 +02:00
parent c377a28d56
commit e2140aed10
7 changed files with 14 additions and 8 deletions

View file

@ -87,7 +87,7 @@ Notes:
### Comments
Use `/* */`. Use `//` only for temporal comments.
Use `/* */`. Use `//` only for temporary comments.
Do not use "======", ">>>>>" or "<<<<<<" in comments since git merge conflict uses that.