Merge pull request #1263 from pi-hole/fix/md_editorconfig

Allow Markdown line breaks using 2 trailing spaces.
This commit is contained in:
Adam Warner
2025-07-10 11:58:06 +01:00
committed by GitHub

View File

@@ -17,6 +17,7 @@ tab_width = 2
[*.md]
tab_width = 2
trim_trailing_whitespace = false
[*.json]
indent_size = 2