Skip to content

Commit b697e0e

Browse files
CopilotShreckYe
andcommitted
Add reference to Kotlin code style guide in copilot-instructions.md
Co-authored-by: ShreckYe <[email protected]>
1 parent 248d7af commit b697e0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,9 @@ Before check-in, the following validations run:
126126
3. **API Compatibility**: Binary compatibility validation
127127
4. **Dependency Analysis**: Automated dependency submission to GitHub
128128

129+
**Code Style:**
130+
- Follow [our Kotlin code style guide](https://github.com/huanshankeji/.github/blob/main/kotlin-code-style.md) for all Kotlin code contributions
131+
129132
### Architecture Notes
130133
- **Multi-module**: Each library extension is a separate Gradle subproject
131134
- **Convention Plugins**: Custom build logic in `buildSrc` for consistency

0 commit comments

Comments
 (0)