coding-conventions/README.md

12 lines
620 B
Markdown
Raw Normal View History

2026-03-22 12:45:42 +01:00
# Coding Conventions
2026-03-22 12:53:07 +01:00
This project hosts the configuration, rules and conventions that must be followed when developing software.
2026-03-22 12:06:26 +01:00
2026-03-22 12:53:07 +01:00
You can customize this template locally in your projects, but all changes have to be explained by a comment.
2026-03-22 12:45:42 +01:00
## Structure
2026-03-22 12:53:07 +01:00
Configuration files that are imported into the IDE globally are stored in the root of this repository. There are folders for files that cover specific development environments or frameworks.
2026-03-22 12:45:42 +01:00
| Folder | Description |
|--------|----------------------------------------------|
| .NET | Configuration for .NET projects or solutions |