A formatter for the Ceylon programming language.
# Command line usage
Note: if the `ceylon format` plugin wasn’t installed by default
in your distribution, you can add it by running:
~~~sh
ceylon plugin install ceylon.formatter/1.3.3
~~~
To format all Ceylon code in the `source` and `test-source` directories:
~~~sh
ceylon format source test-source
~~~
To format all Ceylon code in the `source` directory into the
`source-formatted` directory:
~~~sh
ceylon format source --to ...
Version1.2.0compared with
Version Details
| 1.1.0 | 1.2.0 | |
|---|---|---|
| Release date | Feb 13, 2021 | Feb 13, 2021 |
| Licenses | None | None |
| Vulnerabilities | None | None |
Compile Changes (6)
| 1.1.0 | 1.2.0 | ||
|---|---|---|---|
| Change | Group / Artifact | Previous | Current |
| + Added | ceylon » language | - | 1.2.0 |
| ~ Updated | ceylon » collection | 1.1.0 | 1.2.0 |
| ~ Updated | ceylon » file | 1.1.0 | 1.2.0 |
| ~ Updated | ceylon.interop » java | 1.1.0 | 1.2.0 |
| ~ Updated | com.redhat.ceylon » common | 1.1.0 | 1.2.0 |
| ~ Updated | com.redhat.ceylon » typechecker | 1.1.0 | 1.2.0 |