Skip to content

Commit

Permalink
chore: add .yamllint
Browse files Browse the repository at this point in the history
  • Loading branch information
CAMOBAP committed Oct 8, 2024
1 parent 999d3e5 commit 16c7089
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
rules:
document-start: disable
brackets:
level: warning
max-spaces-inside: 1
min-spaces-inside: 1
min-spaces-inside-empty: 0
max-spaces-inside-empty: 1
line-length:
max: 140
allow-non-breakable-words: true
allow-non-breakable-inline-mappings: true
level: warning

0 comments on commit 16c7089

Please sign in to comment.