1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00
Files
openshift-docs/.yamllint

12 lines
247 B
Plaintext
Raw Permalink Normal View History

---
extends: relaxed
rules:
indentation: { spaces: 2, indent-sequences: false }
line-length: disable
colons:
max-spaces-before: 0
max-spaces-after: 1
empty-lines: disable
trailing-spaces: enable
new-line-at-end-of-file: enable