Files
HellionChat/.markdownlint.json
T
JonKazama-Hellion 699d4ede1d chore: housekeeping — linter & formatter setup
Add .prettierrc.json, .markdownlint.json, .yamllint.yaml, .gitattributes
Run CSharpier, Prettier and markdownlint across the entire codebase.
No logic changes — formatting, using order and line endings only.
2026-05-10 13:01:00 +02:00

8 lines
113 B
JSON

{
"MD007": { "indent": 4 },
"MD013": false,
"MD029": false,
"MD033": false,
"MD041": false
}