diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 6c61da926bf..21532b578bc 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -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/)