B612-Asteroid-Institute / astrodynamics

Orbit propagation, orbit determination, and analysis code
GNU Affero General Public License v3.0
8 stars 6 forks source link

Astrodynamics google-java-format #48

Closed carise closed 4 years ago

carise commented 4 years ago

Also reorders imports (by default).

Command used:

find src/main/java -type f -name "*.java" -print0 | xargs -0 java -jar ~/Downloads/google-java-format-1.7-all-deps.jar -i