EditorConfig: Don't use tabs in .md files

This commit is contained in:
David Capello 2023-10-31 20:01:22 -03:00
parent 508c6c755d
commit 2f2db40062

View File

@ -18,6 +18,9 @@ indent_style = space
indent_style = space
indent_size = 2
[*.md]
indent_style = space
[*.sh]
indent_style = space
indent_size = 4