This commit is contained in:
2025-12-04 03:34:11 +01:00
parent 95fe3e0573
commit 80ac574116
57 changed files with 583 additions and 1418 deletions
+19
View File
@@ -0,0 +1,19 @@
default: true
# Entspannte Regeln für Entwickler-Dokumentation
MD013: false # Line length - zu restriktiv für technische Docs
MD033: false # Inline HTML - manchmal nützlich für Diagramme/Badges
MD041: false # First line heading - README.md hat oft Badges
# Erlaubte Heading-Duplikate (wichtig für API-Docs)
MD024:
siblings_only: true
# Lockere Listen-Indentation
MD007:
indent: 2
# Code-Blöcke brauchen Language-Tags
MD040: true
MD046:
style: fenced