Create initial ruleset
This commit is contained in:
parent
db488d94b3
commit
588f5394f7
5 changed files with 3404 additions and 2 deletions
13
README.md
13
README.md
|
|
@ -1,3 +1,12 @@
|
|||
# coding-conventions
|
||||
# Coding Conventions
|
||||
This project hosts the configuraton, 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 the projects, but all changes have to be explained by a comment.
|
||||
|
||||
## Structure
|
||||
|
||||
Configuration files that are importet into the IDE globally are stored in the root of this repository. There are folders for files that cover a specific development environments or frameworks.
|
||||
|
||||
| Folder | Description |
|
||||
|--------|----------------------------------------------|
|
||||
| .NET | Configuration for .NET projects or solutions |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue