aboutsummaryrefslogtreecommitdiff
path: root/vint/vintrc.yaml
blob: cf74433a308b8ed94ea5c82f0e81a743e5c262e6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Show me all my problems, including matters of style
cmdargs:
    severity: style_problem

# Allow "set nocompatible", because it does need to be included for using ex if
# I don't want so much of my config to break because of 'cpoptions' (especially
# splitting long lines)
policies:
    ProhibitSetNoCompatible:
        enabled: false