Skip to content

Commit ad5fed0

Browse files
authored
Add spotlessApply to copilot instructions (#4341)
1 parent df2497c commit ad5fed0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/copilot-instructions.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ Instead, focus on running a single test.
4747
./gradlew :smoke-tests:apps:HttpClients:smokeTest --tests "*HttpClientTest\$Tomcat8Java8Test"
4848
```
4949

50+
### Code Formatting
51+
52+
The project uses Spotless for consistent code formatting. Apply formatting to all code:
53+
54+
```bash
55+
# Apply formatting to all files
56+
./gradlew spotlessApply
57+
```
58+
5059
## Project-Specific Conventions
5160

5261
### Build Conventions (buildSrc/)

0 commit comments

Comments
 (0)