We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a066ee0 commit 2b266d8Copy full SHA for 2b266d8
.cursor/rules/cursor.mdc
@@ -7,7 +7,7 @@ alwaysApply: true
7
# Your rule content
8
9
## Key Rules
10
-- use fulnames like e.g. feature, instaed of feat
+- use full names like e.g. feature, instead of feat
11
- run go build after each code modification to see if app compiles
12
13
## Code Style Guidelines
@@ -23,4 +23,4 @@ alwaysApply: true
23
- `cmd/`: CLI command implementations
24
- `config/`: Configuration handling
25
- `tools/`: Tool-specific implementations
26
-- `utils/`: Utility functions and static - look for static like default file permisson here
+- `utils/`: Utility functions and static - look for static like default file permisson here
0 commit comments