hass.tibber_prices/.markdownlint.json
Julian Pawlowski a93ad1ac96 chore(style): reformat JSON config files from 4-space to 2-space indent
Apply consistent 2-space indentation to all project-level JSON configuration
files: devcontainer.json, devcontainer-extensions.json, manifest.json,
icons.json, hacs.json, .markdownlint.json, and translation_schema.json.
No content changes.

Release-Notes: skip
2026-04-12 14:15:04 +00:00

9 lines
158 B
JSON

{
"default": true,
"MD013": false,
"MD033": false,
"MD041": false,
"no-inline-html": false,
"line-length": false,
"first-line-heading": false
}