Structsยง
- Disabled
Range ๐ - A disabled formatting range.
loosedesignates that the range includes any loc which may start in between start and end, whereas the strict version requires thatrange.start >= loc.start <=> loc.end <= range.end - Inline
Config - An inline config. Keeps track of ranges which should not be formatted.
- Next
Item ๐Finder Ast - An AST visitor that finds the first
Itemthat starts after a given offset. - Next
Item ๐Finder Hir - A HIR visitor that finds the first
Itemthat starts after a given offset.
Enumsยง
- Inline
Config Item - An inline config item
- Invalid
Inline Config Item