aboutsummaryrefslogtreecommitdiff
path: root/examples/scalafmt-example/resources/reference.conf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/scalafmt-example/resources/reference.conf')
-rw-r--r--examples/scalafmt-example/resources/reference.conf8
1 files changed, 8 insertions, 0 deletions
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"
+ }
+}