---
extends: default

rules:
    line-length:
        max: 120
    comments:
        require-starting-space: false
