Ktlint
Transform all incoming Kotlin code with Ktlint. Documentation for Ktlint's .editorconfig
configuration can be found here.
Configuration — deepsource.toml
deepsource.toml
This section covers configuration specific to the Ktlint
transformer. Please make sure to read the general configuration guide first.
name
Type: String
Presence: mandatory
Description: Shortcode of this transformer.
Example:
name = "ktlint"
enabled
Type: Boolean
Presence: optional
Description: Toggle whether this transformer should be run.
Example:
enabled = true
Updated over 1 year ago