Skip to content

Instantly share code, notes, and snippets.

@cbrunnkvist
Created May 8, 2018 05:59
Show Gist options
  • Save cbrunnkvist/dcf25eb8f5d144c88c3c5a0e8500977d to your computer and use it in GitHub Desktop.
Save cbrunnkvist/dcf25eb8f5d144c88c3c5a0e8500977d to your computer and use it in GitHub Desktop.
scalafmt brew tap
require 'formula'
class Scalafmt < Formula
head 'https://github.com/scalameta/scalafmt.git'
def install
bin.install 'scalafmt'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment