ftomassetti / java-formatter

A tool to format Java Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java-formatter

A tool to format Java Code

This application is being written using the Turin Programming Language.

The goal is to provide an easy-to-use code formatter for Java files:

  • with sensible defaults
  • customizable

Being the first application being written with Turin it is also an experiment and a showcase for the language.

Usage

Compile:

mvn compile

Run:

mvn exec:java -Dexec.mainClass=me.tomassetti.javaformatter.JavaFormatter

License

Apache License 2.0

Dependencies

This tool is based on JavaParser which Maven will get for you.

Until I release them on Maven central you need to clone and install locally (mvn install):

About

A tool to format Java Code

License:Apache License 2.0


Languages

Language:Shell 100.0%