Skip to content

Commit

Permalink
Merge pull request Airblader#434 from allonhadaya/smart-gaps-off-values
Browse files Browse the repository at this point in the history
Allow smart_gaps to be disabled with falsey values
  • Loading branch information
Airblader authored May 17, 2022
2 parents 8447a9b + 468cbba commit 2b60c55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parser-specs/config.spec
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ state SMART_BORDERS:
state SMART_GAPS:
enabled = '1', 'yes', 'true', 'on', 'enable', 'active'
-> call cfg_smart_gaps($enabled)
enabled = '0', 'no', 'false', 'off', 'disable', 'inactive'
-> call cfg_smart_gaps($enabled)
enabled = 'inverse_outer'
-> call cfg_smart_gaps($enabled)

Expand Down

0 comments on commit 2b60c55

Please sign in to comment.