Synopsis |
ceylon format [OPTION]... ( FILE [--and FILE]... [--to FILE] )...
|
Description |
or, if you’re worried about it breaking your source code (which shouldn’t happen – if anything bad happens, error recovery kicks in and the original file is destroyed) or you just want to test it out:
You can also format multiple folders at the same time:
which will recreate the ‘source’ and ‘test-source’ folders inside the new ‘formatted’ folder. OPTIONS --help Print this help message. --version Print version information. The first line is always just the module name and version in the format that ‘ceylon run’ understands (“ceylon.formatter/x.y.z”), which might be useful for scripts. --${option name}=${option value} Set a formatting option. See the documentation of the FormattingOptions class for a list of options. The most useful ones are:
|