Module: Oppen::Config::IndentAnchor
- Defined in:
- lib/oppen.rb
Overview
IndentAnchor.
ON_BREAK => anchor on break position (as in Oppen's original paper) ON_BEGIN => anchor on begin block position
Constant Summary collapse
- ON_BREAK =
0
- ON_BEGIN =
1