clang-format: use “squiggly” heredocs.

This commit is contained in:
ilovezfs 2018-02-15 08:11:43 -08:00
parent 138f19e2ce
commit 18f37d838b

View file

@ -70,7 +70,7 @@ class ClangFormat < Formula
test do
# NB: below C code is messily formatted on purpose.
(testpath/"test.c").write <<-EOS
(testpath/"test.c").write <<~EOS
int main(char *args) { \n \t printf("hello"); }
EOS