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 e112158 commit c7b47e1Copy full SHA for c7b47e1
1 file changed
CLAUDE.md
@@ -0,0 +1,13 @@
1
+# Claude Code Instructions
2
+
3
+## Git Commits
4
+- Use Conventional Commits format: `type(scope): description` (e.g. `fix: ...`, `feat: ...`, `chore: ...`).
5
+- Keep commit subject lines concise; use the body for detail.
6
+- Never include `Co-Authored-By` lines in commit messages.
7
8
+## Code Style
9
+- 4-space indentation, never tabs.
10
+- Always use semicolons.
11
+- Brace style: (`if (x) {`), single-line blocks allowed.
12
+- Always use curly braces for `if`/`else`/`for`/`while`.
13
+- No trailing whitespace.
0 commit comments