xref: /freebsd/sys/contrib/device-tree/Bindings/.yamllint (revision fac71e4e09885bb2afa3d984a0c239a52e1a7418)
16be33864SEmmanuel Vadotextends: relaxed
26be33864SEmmanuel Vadot
36be33864SEmmanuel Vadotrules:
46be33864SEmmanuel Vadot  line-length:
56be33864SEmmanuel Vadot    # 80 chars should be enough, but don't fail if a line is longer
66be33864SEmmanuel Vadot    max: 110
76be33864SEmmanuel Vadot    allow-non-breakable-words: true
86be33864SEmmanuel Vadot    level: warning
96be33864SEmmanuel Vadot  braces:
106be33864SEmmanuel Vadot    min-spaces-inside: 0
116be33864SEmmanuel Vadot    max-spaces-inside: 1
126be33864SEmmanuel Vadot    min-spaces-inside-empty: 0
136be33864SEmmanuel Vadot    max-spaces-inside-empty: 0
146be33864SEmmanuel Vadot  brackets:
156be33864SEmmanuel Vadot    min-spaces-inside: 0
166be33864SEmmanuel Vadot    max-spaces-inside: 1
176be33864SEmmanuel Vadot    min-spaces-inside-empty: 0
186be33864SEmmanuel Vadot    max-spaces-inside-empty: 0
196be33864SEmmanuel Vadot  colons: {max-spaces-before: 0, max-spaces-after: 1}
206be33864SEmmanuel Vadot  commas: {min-spaces-after: 1, max-spaces-after: 1}
216be33864SEmmanuel Vadot  comments:
22*fac71e4eSEmmanuel Vadot    require-starting-space: true
236be33864SEmmanuel Vadot    min-spaces-from-content: 1
246be33864SEmmanuel Vadot  comments-indentation: disable
256be33864SEmmanuel Vadot  document-start:
266be33864SEmmanuel Vadot    present: true
276be33864SEmmanuel Vadot  empty-lines:
286be33864SEmmanuel Vadot    max: 3
296be33864SEmmanuel Vadot    max-end: 1
306be33864SEmmanuel Vadot  empty-values:
316be33864SEmmanuel Vadot    forbid-in-block-mappings: true
326be33864SEmmanuel Vadot    forbid-in-flow-mappings: true
336be33864SEmmanuel Vadot  hyphens:
346be33864SEmmanuel Vadot    max-spaces-after: 1
356be33864SEmmanuel Vadot  indentation:
366be33864SEmmanuel Vadot    spaces: 2
376be33864SEmmanuel Vadot    indent-sequences: true
386be33864SEmmanuel Vadot    check-multi-line-strings: false
396be33864SEmmanuel Vadot  trailing-spaces: false
40