TrianguloY / LightningLauncher

More than a simple Android launcher, Lightning is a fast, light and extremely customizable tool to build the perfect home screen. To build your home screen.
https://www.lightninglauncher.com/
MIT License
40 stars 4 forks source link

Enhancement/code style #4

Closed SnowVolf closed 1 year ago

SnowVolf commented 1 year ago

Reformat code to match Intellij Style

SnowVolf commented 1 year ago

Rebased

TrianguloY commented 1 year ago

Quite a long PR, but that's what happens with code style changes.

Question: other than (I guess) using right-click > refactor, are there any other changes?

SnowVolf commented 1 year ago

Yes. Ctrl + Shift + I Rearrange code + Reformat code. This added missing spaces, indentations, removed obsolete smart casts

SnowVolf commented 1 year ago

Rebased again

TrianguloY commented 1 year ago

Reviewed and approved. There is however an extra removed sdk check and an extra comment. After merging I'll rewrite the history to fix these.

The only different between the merged pr and the rewritten history will be those two changes (added missing check and removed extra comment)