Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ Instead, focus on running a single test.
./gradlew :smoke-tests:apps:HttpClients:smokeTest --tests "*HttpClientTest\$Tomcat8Java8Test"
```

### Code Formatting

The project uses Spotless for consistent code formatting. Apply formatting to all code:

```bash
# Apply formatting to all files
./gradlew spotlessApply
```

## Project-Specific Conventions

### Build Conventions (buildSrc/)
Expand Down