Fix formatting standards

This commit is contained in:
f-trycua
2025-04-01 00:01:20 +02:00
parent abfa795af5
commit 477fd74daa
+1 -1
View File
@@ -30,7 +30,7 @@ We're always looking for suggestions to make lume better. If you have an idea:
We follow strict code formatting guidelines to ensure consistency across the codebase. Before submitting any code:
1. **Review Our Format Guide**: Please review our [Code Formatting Standards](docs/Getting-Started.md#code-formatting-standards) section in the Getting Started guide.
1. **Review Our Format Guide**: Please review our [Code Formatting Standards](docs/Developer-Guide.md#code-formatting-standards) section in the Getting Started guide.
2. **Configure Your IDE**: We recommend using the workspace settings provided in `.vscode/` for automatic formatting.
3. **Run Formatting Tools**: Always run the formatting tools before submitting a PR:
```bash