Files
gh-neolabhq-context-enginee…/commands/setup-code-formating.md
2025-11-30 08:42:47 +08:00

20 lines
576 B
Markdown

---
description: Sets up code formatting rules and style guidelines in CLAUDE.md
argument-hint: None required - creates standard formatting configuration
---
# Setup Architecture Memory
Create or update CLAUDE.md in with following content, <critical>write it strictly as it is<critical>, do not summaraise or introduce and new additional information:
```markdown
## Code Style Rules
### Code Formatting
- No semicolons (enforced)
- Single quotes (enforced)
- No unnecessary curly braces (enforced)
- 2-space indentation
- Import order: external → internal → types
```