module Lit::Formatter

Overview

TODO This module makes very simple formatting on Lit files. It's regex based, so it's not elegant, but it gets the job done. In the future I'll parse the code and "pretty print" it. It should be more powerful.

Extended Modules

Defined in:

lit/formatter.cr

Instance Method Summary

Instance Method Detail

def format(input = nil) #

[View source]