editorconfig: our markdown config should use tabs

This commit is contained in:
Ryan Heywood 2025-02-19 21:01:25 -05:00
parent 241c45d390
commit f317310d4c
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ indent_style = tab
indent_size = 2 indent_size = 2
[*.md] [*.md]
indent_style = space indent_style = tab
indent_size = 2 indent_size = 4
[*] [*]
end_of_line = lf end_of_line = lf