mini-mammoth / celtic-rituals

Minecraft Mod for 1.14 - Sacrifice mobs to please the gods and become a strong druid
MIT License
3 stars 0 forks source link

Configure and enforce ktlint #9

Closed reicheltp closed 4 years ago

reicheltp commented 4 years ago

Applies and enforces uniform Kotlin coding style via ktlint. Adds a pre-comit hook.

Removes all .idea config as these depends on the developers os and hard pathes.

Adds gradle initIdea to easily generate a local userspecific .idea configuration.

Resolves #2

reicheltp commented 4 years ago

@Sebkasanzew line endings are fixed. Anything else todo?

sebkasanzew commented 4 years ago

@reicheltp Ready to merge from my side