willemml / hl-mc-kt

Headless Minecraft Client written in Kotlin
GNU General Public License v3.0
46 stars 12 forks source link

Fixed lowercase named files #13

Closed zeroeightysix closed 4 years ago

zeroeightysix commented 4 years ago

From the official kotlin coding conventions:

If a file contains multiple classes, or only top-level declarations, choose a name describing what the file contains, and name the file accordingly. Use the camel case with an uppercase first letter (for example, ProcessDeclarations.kt).