enum Mint::Formatter::Behavior

Overview

The possibilities on how to format groups.

Defined in:

formatter.cr

Enum Members

BreakNotFits = 0
Outdented = 1
BreakAll = 2
Block = 3

Instance Method Summary

Instance Method Detail

def block? #

Returns true if this enum value equals Block


[View source]
def break_all? #

Returns true if this enum value equals BreakAll


[View source]
def break_not_fits? #

Returns true if this enum value equals BreakNotFits


[View source]
def outdented? #

Returns true if this enum value equals Outdented


[View source]