fastjengine / FastJ

An open-source, Java-based 2D game engine.

Home Page:https://fastj.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Source Code]: move static imports to bottom

lucasstarsz opened this issue · comments

What's Up?

Like @teur mentioned, adding '\\#' to the end of importOrder arranges static imports to be placed last.

Originally posted by @yooksi in diffplug/spotless#306 (comment)

As shown above from diffplug/spotless#306, it's possible to configure static imports in spotless such that they are always on the bottom section of the imports. Let's move the static imports there.

Code of Conduct

  • I agree to follow FastJ's Code of Conduct