Build: Ensure yml use tabs.

This commit is contained in:
Unknown W. Brackets
2020-12-30 17:18:22 -08:00
parent 23a78ba686
commit 15a758fd0e
+1 -1
View File
@@ -8,7 +8,7 @@ insert_final_newline = true
# Would be nice, but don't want to change files unnecessarily.
#trim_trailing_whitespace = true
[*.py]
[*.{py,yml}]
indent_style = space
indent_size = 2