Skip to content

Commit f0ee0dd

Browse files
committed
add cursor config
1 parent 5cf1631 commit f0ee0dd

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.cursor/rules/main.mdc

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
alwaysApply: true
3+
---
4+
5+
## Code Documentation and Comments
6+
7+
- All code comments, documentation, and rules must be written in English.
8+
- This includes:
9+
- Inline code comments
10+
- Function/class documentation (JSDoc comments)
11+
- README files and other documentation
12+
- Code review comments
13+
- Error messages visible to developers
14+
- Configuration file comments
15+
16+
## Rationale
17+
18+
Using English for all technical documentation ensures:
19+
- Consistency across the codebase
20+
- Better collaboration with international developers
21+
- Easier maintenance and onboarding
22+
- Standard practice in open-source projects

0 commit comments

Comments
 (0)