File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 // Disable this for prose as Prettier's "proseWrap: always" handles wrapping,
99 // and strict line limits can make documentation hard to read.
1010 "MD013" : false ,
11+ "MD040" : false ,
1112 "line-length" : false ,
1213 "MD031" : false ,
1314 "MD032" : false ,
1718 // MD034: Bare URL used
1819 // This is a good rule to enforce for readability. We will fix these.
1920 "MD034" : true ,
20- // MD040: Fenced code blocks should have a language specified
21- // This is important for syntax highlighting. We will fix these.
22- "MD040" : true ,
2321 // MD041: First line in a file should be a top-level heading
2422 // This is a good practice for READMEs. We will fix this.
2523 "MD041" : true ,
Original file line number Diff line number Diff line change @@ -88,13 +88,15 @@ guidelines:
8888
8989 _Example Structure in Your Project Root:_
9090
91- ` ` ` your-project/
91+ ```
92+ your-project/
9293├── GEMINI.md
9394├── .gemini-guidelines/
9495│ ├── overview.md
9596│ └── component-design.md
9697└── src/
97- └── ...` ` `
98+ └── components
99+ ```
98100
991011. **Customize and Extend**:
100102 - Open the copied `GEMINI.md` and the files within `.gemini-guidelines/`.
You can’t perform that action at this time.
0 commit comments