jakobkmar / KSpigot

Extended Spigot and Bukkit API for Kotlin
https://jakobkmar.github.io/KSpigot
GNU General Public License v3.0
134 stars 35 forks source link

Application of kotlin coding conventions #5

Closed F0Xde closed 3 years ago

F0Xde commented 3 years ago

In order to guarantee a consistent code style across this project as well as in regard to other Kotlin code, I suggest the use of the Kotlin style guide.

The main documentation can be found here, with a more detailed migration guide also available here.

I believe that this code style is optimally designed for use with Kotlin and works very well, while allowing everyone to easily adapt and contribute. It is available in major IDE's like IntellJ, meaning no .editorconfig or similar would be required to define style guidelines.