| 
This is just a formatter for Kotlin (.kt) and KotlinScript (.kts) RequirementsmacOS / LinuxMake sure you have ktlint installed before installing this extension WindowsYou need the ktlint jar file and either have it in your project root or specify its location in the vscode settings (ktlintPath) UsingYou can either use the kotlin-formatter.formatKotlincommand or setcstef.kotlin-formatteras your default formatter in VScode settings Set cstef.kotlin-formatteras your formatter forkotlinand/orkotlinscriptin VScode'ssettings.json:     {
        ...
        "[kotlin]": {
            "editor.defaultFormatter": "cstef.kotlin-formatter"
        },
        "[kotlinscript]": {
            "editor.defaultFormatter": "cstef.kotlin-formatter"
        }
        ...
    }
 |  |