We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf1631 commit f0ee0ddCopy full SHA for f0ee0dd
1 file changed
.cursor/rules/main.mdc
@@ -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