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 35e18d7 commit d619d6bCopy full SHA for d619d6b
.yamllint.yaml
@@ -14,6 +14,9 @@ rules:
14
comments:
15
min-spaces-from-content: 1 # Needed due to https://github.com/adrienverge/yamllint/issues/443
16
comments-indentation: disable # This is generally useless and interferes with commented example values
17
+ braces:
18
+ max-spaces-inside: 1
19
+ max-spaces-inside-empty: 0
20
21
yaml-files:
22
- '*.yaml'
0 commit comments