Skip to content

ftomassetti/java-formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages