We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a432ed commit 0bd0666Copy full SHA for 0bd0666
1 file changed
.cursor/rules/writing.mdc
@@ -103,7 +103,8 @@ globs: **/*.md
103
- Don't create perfectly symmetrical paragraphs or lists that start with "Firstly... Secondly..."
104
- Avoid title-case headings; prefer sentence casing.
105
- Remove Unicode artifacts when copy-pasting: smart quotes (“), em-dashes, non-breaking spaces.
106
-- Use '' instead of ``.
+- Replace smart/curly single quotes (’’) with straight single
107
+quotes ('') and double quotes (“”) with straight double quotes ("").
108
- Delete empty citation placeholders like "[1]" with no actual source.
109
110
## Punctuation and formatting
0 commit comments