Delint workflow scripts
This commit is contained in:
parent
7c326f49d9
commit
446b510b82
8 changed files with 111 additions and 108 deletions
|
@ -21,3 +21,6 @@ insert_final_newline = true
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.{yml,yaml}]
|
||||||
|
indent_size = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue