Skip to content

Instantly share code, notes, and snippets.

@theoschao
Created May 28, 2019 23:38
Show Gist options
  • Save theoschao/382698c349afca2fad2450ab75aed755 to your computer and use it in GitHub Desktop.
Save theoschao/382698c349afca2fad2450ab75aed755 to your computer and use it in GitHub Desktop.
require 'formula'
class Scalafmt < Formula
head 'git://github.com/scalameta/scalafmt.git#v1.2.0'
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