---
extends: default

rules:
  line-length:
    max: 120
  indentation:
    spaces: 2
  comments:
    min-spaces-from-content: 2
  trailing-spaces: disable
  empty-lines:
    max: 2
