Initial commit
This commit is contained in:
20
commands/setup-code-formating.md
Normal file
20
commands/setup-code-formating.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
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
|
||||
```
|
||||
Reference in New Issue
Block a user