nativelibs4java / BridJ

BridJ: blazing fast Java / C / C++ interop
https://code.google.com/archive/p/bridj/
Other
297 stars 77 forks source link

Adds format lifecycle and Java formatting. #55

Closed ctrimble closed 9 years ago

ctrimble commented 9 years ago

This adds a format lifecycle to maven and binds the eclipse formatter to it.

Usage:

mvn format
ochafik commented 9 years ago

This is great, thanks a lot!

I've found a small number of issues in the resulting format, might need some minor tweaking (of the code or of the settings :-)) in a further commit:

ctrimble commented 9 years ago

@ochafik There is a tag based on/off feature in the formatter, but I have not played with it yet. I will checkout how it works tonight.