Files
dotfiles/.local/aider/projects/runcats/read/CONVENTIONS.md

7 lines
386 B
Markdown
Raw Normal View History

2025-06-20 23:11:38 +01:00
# Conventions for writing code in this repository
- Indentation: Use 4 spaces for indentation. Do not use tabs.
- Minimise comments, code should be self-explanatory.
- Do not try to reinvent the wheel. Use available APIs and tools where possible.
- Follow best practices and common formatting for the programming language you are using.
- Generate tests for new features and bug fixes.