Skip to content

Commit 0bd0666

Browse files
committed
Clarify the smart quotes rule
1 parent 7a432ed commit 0bd0666

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.cursor/rules/writing.mdc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ globs: **/*.md
103103
- Don't create perfectly symmetrical paragraphs or lists that start with "Firstly... Secondly..."
104104
- Avoid title-case headings; prefer sentence casing.
105105
- Remove Unicode artifacts when copy-pasting: smart quotes (“), em-dashes, non-breaking spaces.
106-
- Use '' instead of ``.
106+
- Replace smart/curly single quotes (’’) with straight single
107+
quotes ('') and double quotes (“”) with straight double quotes ("").
107108
- Delete empty citation placeholders like "[1]" with no actual source.
108109

109110
## Punctuation and formatting

0 commit comments

Comments
 (0)