Follow steps below for a quick start with latest ktlint release.
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.
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.