diff options
Diffstat (limited to 'GEMINI.md')
| -rw-r--r-- | GEMINI.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -179,3 +179,7 @@ Design for a good user experience - Provide clear, minimal, and non-blocking UI ## Comments policy Only write high-value comments if at all. Avoid talking to the user through comments. + +## General style requirements + +Use hyphens instead of underscores in flag names (e.g. `my-flag` instead of `my_flag`). |
