Updates the beautysh hook to use tabs, as this reduces the diff of the output. Updates .editorconfig to use spaces in Markdown files to match prettier formatting

This commit is contained in:
Trenton Holmes
2022-03-07 13:53:35 -08:00
parent 265085ec4f
commit 6771243697
4 changed files with 35 additions and 28 deletions

View File

@@ -24,6 +24,9 @@ indent_style = space
[*.rst]
indent_style = space
[*.md]
indent_style = space
# Tests don't get a line width restriction. It's still a good idea to follow
# the 79 character rule, but in the interests of clarity, tests often need to
# violate it.