Enforce 2 space indentation on GitHub Workflows

This commit is contained in:
Ben Thomson 2023-05-23 01:30:02 +08:00
parent 3341a47789
commit 938d872b61
No known key found for this signature in database
GPG Key ID: 0A69F8158AC76410

View File

@ -10,3 +10,6 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 4
[.github/workflows/**.{yml,yaml}]
indent_size = 2