Skip to content

Commit cdf9c13

Browse files
authored
Merge pull request #65 from huanshankeji/copilot/fix-4074dc2a-57f1-434b-97c5-564fb0c0cb78
Add reference to Kotlin code style guide in copilot-instructions.md
2 parents 909f6d8 + 6663e75 commit cdf9c13

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
@@ -156,6 +156,9 @@ repositories {
156156
- **Binary Compatibility**: Enforced via org.jetbrains.kotlinx.binary-compatibility-validator plugin
157157
- **Limited Testing**: Project acknowledges "limited number of tests"
158158

159+
**Code Style:**
160+
- Follow [our Kotlin code style guide](https://github.com/huanshankeji/.github/blob/main/kotlin-code-style.md) for all Kotlin code contributions
161+
159162
#### Architecture Notes
160163
- **Multi-module**: Each feature area is a separate Gradle subproject
161164
- **Expect/Actual Pattern**: Platform-specific implementations using Kotlin Multiplatform patterns

0 commit comments

Comments
 (0)