---
extends: default

rules:
  comments-indentation: disable
  indentation:
    spaces: 2
    indent-sequences: true
  line-length:
    max: 160
    level: warning
