Thanks to visit codestin.com Credit goes to github.com
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 15d77fe commit b5d8a3fCopy full SHA for b5d8a3f
.yamlfmt.yaml
@@ -0,0 +1,4 @@
1
+# https://github.com/google/yamlfmt/blob/main/docs/config-file.md
2
+formatter:
3
+ type: basic
4
+ include_document_start: false
.yamllint.yaml
@@ -0,0 +1,6 @@
+# https://yamllint.readthedocs.io/en/stable/rules.html
+extends: default
+rules:
+ document-start:
5
+ present: false
6
+ truthy: false
0 commit comments