Created
April 14, 2020 17:15
-
-
Save nightcrawler-/19656b2ccdd2d2901ea2dbe07e0a995e to your computer and use it in GitHub Desktop.
Download ktlint and apply to current project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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