---

# Extend the default conf by adjusting some options.
extends: default

rules:
  indentation:
    spaces: 2
  line-length:
    max: 400
  truthy:
    check-keys: false
