Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 788 Bytes

ktlint.md

File metadata and controls

39 lines (27 loc) · 788 Bytes
description title layout
ktlint is a linter for Kotlin
Trunk | How to run ktlint
title description tableOfContents outline pagination
visible
true
visible
visible
true
visible
true
visible
true

ktlint

ktlint is a linter for Kotlin.

You can enable the ktlint linter with:

trunk check enable ktlint

Auto Enabling

ktlint will be auto-enabled if any Kotlin files are present.

Links