Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Spotless | 3,842 | 7 | 29 | 13 hours ago | 137 | September 28, 2023 | 165 | apache-2.0 | Java | |
Keep your code spotless | ||||||||||
Crouton | 3,067 | 286 | 5 | 8 years ago | 9 | July 17, 2014 | 7 | apache-2.0 | Java | |
Context sensitive notifications for Android | ||||||||||
Ftblaunch | 187 | 2 years ago | 17 | Java | ||||||
Launcher for the FTB Mod Pack | ||||||||||
Google Java Format Gradle Plugin | 161 | 2 years ago | 15 | mit | Groovy | |||||
Ktfmt Gradle | 123 | a day ago | 10 | mit | Kotlin | |||||
A Gradle plugin to apply ktfmt to your builds, and reformat you Kotlin source code like a glimpse 🧹🐘 | ||||||||||
Example Mod | 103 | 4 years ago | 1 | lgpl-3.0 | Java | |||||
An example mod created to try and get new modders to use good code practices | ||||||||||
Callmemaybe | 38 | 5 years ago | 2 | apache-2.0 | Java | |||||
An Android EditText for phone numbers. | ||||||||||
Gradle Scalafmt | 21 | 2 years ago | 5 | mit | Groovy | |||||
Gradle plugin for scalafmt | ||||||||||
Kotlin Auto Formatter | 17 | 2 years ago | 1 | lgpl-3.0 | Kotlin | |||||
Automatically formats Kotlin code | ||||||||||
Autostyle | 16 | 1 | a year ago | 2 | January 24, 2020 | 22 | apache-2.0 | Java | ||
Automatic code formatter for Gradle |
Kotlin linter in spirit of standard/standard (JavaScript) and gofmt (Go).
.editorconfig
supportplain
, json
, html
and checkstyle
Follow steps below for a quick start with latest ktlint release.
Step 1: Install with brew
brew install ktlint
See download and verification from GitHub or other package managers for alternative ways of installing ktlint. Or, use one of the integrations like maven and gradle plugins.
Step 2: Lint and format your code
All files with extension .kt
and .kts
in the current directory and below will be scanned. Problems will be fixed automatically when possible.
ktlint --format
# or
ktlint -F
See cli usage for a more extensive description on using ktlint.
This project is not affiliated with nor endorsed by JetBrains.
All code, unless specified otherwise, is licensed under the MIT license.
Copyright (c) 2019 Pinterest, Inc.
Copyright (c) 2016-2019 Stanley Shyiko.