Add formatDoc and formatRange
[lsp-test.git] / test / data / Format.hs
diff --git a/test/data/Format.hs b/test/data/Format.hs
new file mode 100644 (file)
index 0000000..46eba52
--- /dev/null
@@ -0,0 +1,4 @@
+module Format where
+foo 3  = 2
+foo  x = x
+bar _   = 2