add ticks

This commit is contained in:
rcarteraz 2024-09-04 15:28:17 -07:00 committed by GitHub
parent 22e23997c1
commit 4d57c99ad1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -40,7 +40,7 @@ We encourage open communication and discussion before diving into code changes:
To ensure consistent code formatting across the project: To ensure consistent code formatting across the project:
1. Install the [Trunk](https://marketplace.visualstudio.com/items?itemName=Trunk.io) extension for Visual Studio Code. 1. Install the [Trunk](https://marketplace.visualstudio.com/items?itemName=Trunk.io) extension for Visual Studio Code.
2. Before submitting your changes, run trunk fmt to automatically format your code according to our standards. 2. Before submitting your changes, run `trunk fmt` to automatically format your code according to our standards.
Adhering to these formatting guidelines helps maintain code consistency and makes the review process smoother. Adhering to these formatting guidelines helps maintain code consistency and makes the review process smoother.