chore: exclude md from tab indentation (#93)

pull/95/head
James Ross 2 years ago committed by GitHub
parent 91c1bf032b
commit d65f29923b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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