Initial ruleset (#1)

The initial ruleset is copied from the original repository in Azure DevOps. No configuration or rules have been altered only the text in the `readme` files is translated into english.

Reviewed-on: #1
Co-authored-by: Sören Schmincke <sschmincke@online.de>
Co-committed-by: Sören Schmincke <sschmincke@online.de>
This commit is contained in:
Sören Schmincke 2026-03-22 13:01:23 +01:00 committed by code.uselessbits.org Instance
commit 8d497b8e0c
Signed by: code.uselessbits.org Instance
SSH key fingerprint: SHA256:l+mT+fqljPcpFACr5ZrHAj5KWhIjUoD9YjofWI82L90
5 changed files with 3404 additions and 2 deletions

View file

@ -1,3 +1,12 @@
# coding-conventions
# Coding Conventions
This project hosts the configuration, rules and conventions that must be followed when developing software.
A collection of coding conventions to follow in all projects.
You can customize this template locally in your projects, but all changes have to be explained by a comment.
## Structure
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.
| Folder | Description |
|--------|----------------------------------------------|
| .NET | Configuration for .NET projects or solutions |