amino-os / Amino.Run

Amino Distributed OS - Runtime Manager
Apache License 2.0
29 stars 12 forks source link

Autoformat example code #786

Closed quinton-hoole closed 5 years ago

quinton-hoole commented 5 years ago

We need to autoformat all code (including examples), not just core code.

So, this PR:

  1. Moves googleJavaFormat gradle tasks and configuration from core/build.gradle to build.gradle
  2. Excludes dependencies from autoformatting
  3. Reformatted everything else that had not been autoformatted before (i.e. examples/)
quinton-hoole commented 5 years ago

Self-merging as this is a simple automatic reformat.