Skip to content

Instantly share code, notes, and snippets.

@nightcrawler-
Created April 14, 2020 17:15
Show Gist options
  • Save nightcrawler-/19656b2ccdd2d2901ea2dbe07e0a995e to your computer and use it in GitHub Desktop.
Save nightcrawler-/19656b2ccdd2d2901ea2dbe07e0a995e to your computer and use it in GitHub Desktop.
Download ktlint and apply to current project
curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.36.0/ktlint &&
chmod a+x ktlint &&
sudo mv ktlint /usr/local/bin/
./ktlint --android applyToIDEA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment