Skip to content

Instantly share code, notes, and snippets.

@lawgimenez
Last active December 20, 2023 02:41
Show Gist options
  • Select an option

  • Save lawgimenez/f6e42b3c00dad81ea86bdabdd56155d5 to your computer and use it in GitHub Desktop.

Select an option

Save lawgimenez/f6e42b3c00dad81ea86bdabdd56155d5 to your computer and use it in GitHub Desktop.
Linux Install Ktlint
curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.48.2/ktlint && chmod a+x ktlint && sudo mv ktlint /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment