SonOfTheStars / Logistics-Pipes-2

MIT License
30 stars 7 forks source link

Please unify coding rule & style #27

Open toliner opened 6 years ago

toliner commented 6 years ago

I'm sure that your coding styles & rules(Eclipse defaults?) are much different from mine(IntelliJ IDEA defaults). I want you to see code on this branch. They are formatted by IntelliJ IDEA. All files are changed because of indents. Therefore, I think that you should define coding rule & style and format all code. (If you add editorconfig, it's better.)

P.S. This is the result of code analysis of this project by IntelliJ IDEA. Java compiler warn 1 unchecked cast & 25 use of deprecated methods.