pull/4507/head
rcarteraz 2024-09-04 15:28:17 -07:00 zatwierdzone przez GitHub
rodzic 22e23997c1
commit 4d57c99ad1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -40,7 +40,7 @@ We encourage open communication and discussion before diving into code changes:
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.
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.