mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Enforce 2 space indentation on GitHub Workflows
This commit is contained in:
parent
3341a47789
commit
938d872b61
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user