Module: Oppen::Token::BreakType
- Defined in:
- lib/oppen/token.rb
Overview
BreakType.
FITS => No break is needed (the block fits on the line). INCONSISTENT => New line will be forced only if necessary. CONSISTENT => Each subblock of the block will be placed on a new line.
Constant Summary collapse
- FITS =
0
- INCONSISTENT =
1
- CONSISTENT =
2