---
extends: default
rules:
  line-length:
    max: 140
  comments:
    min-spaces-from-content: 2
  indentation:
    spaces: 2
  truthy:
    allowed-values:
      - "yes"
      - "no"
  comments-indentation: {}
