From 2cbc42fd0809b60b1ee2116657d18b3f44f8aef1 Mon Sep 17 00:00:00 2001 From: Nikolay Tatarinov <5min4eq.unity@gmail.com> Date: Fri, 24 Jun 2016 02:48:45 +0300 Subject: Scalafmt plugin implementation (#156) * scalariform: improve logging, declare tasks final * scalafmt plugin implementation * add scalafmt and scalariform plugins and examples to tests * fix logging guarded logging behaviour * add notes about formatting check to README * fix compilation error in examples --- examples/scalafmt-example/resources/reference.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/scalafmt-example/resources/reference.conf (limited to 'examples/scalafmt-example/resources/reference.conf') diff --git a/examples/scalafmt-example/resources/reference.conf b/examples/scalafmt-example/resources/reference.conf new file mode 100644 index 0000000..f3e122d --- /dev/null +++ b/examples/scalafmt-example/resources/reference.conf @@ -0,0 +1,8 @@ +// should not reformat this, cause it is not in source files +some { + inside { + foo: 22 + bar: false + baz: "hello" + } +} -- cgit v1.2.3