chore: exclude md from tab indentation

This prevents yaml in md from being converted to tabs, which doesn't work
pull/93/head
James Ross 2 years ago
parent f0a1cd58cd
commit 272fbf6ca8
No known key found for this signature in database
GPG Key ID: 49E8B07166BE49AB

@ -6,5 +6,5 @@ end_of_line = lf
indent_style = tab
tab_width = 2
[*.yml]
[*.{yml,md}]
indent_style = space
Loading…
Cancel
Save