.yamllint.yaml 302 B

123456789101112131415161718
  1. ---
  2. extends: default
  3. #ignore: |
  4. # docker-compose.seq.yml
  5. rules:
  6. # 80 chars should be enough, but don't fail if a line is longer
  7. line-length:
  8. max: 120
  9. level: warning
  10. comments:
  11. require-starting-space: false
  12. document-start:
  13. present: true
  14. # ignore: |
  15. # ui-lovelace.yaml