We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfffe38 commit cf1438dCopy full SHA for cf1438d
.editorconfig
@@ -7,6 +7,7 @@ charset = utf-8
7
trim_trailing_whitespace = true
8
insert_final_newline = true
9
10
-[*.yaml]
+[*.{yaml,yml}]
11
indent_style = space
12
indent_size = 2
13
+quote_type = single
.hooks/.hookah/lib.sh
.hooks/pre-commit
.lefthook.yml
@@ -0,0 +1,4 @@
1
+pre-commit:
2
+ commands:
3
+ test:
4
+ run: './bake test'
0 commit comments