Merge "Added Scalafmt configuration"
diff --git a/.scalafmt.conf b/.scalafmt.conf
new file mode 100644
index 0000000..30a9298
--- /dev/null
+++ b/.scalafmt.conf
@@ -0,0 +1,2 @@
+align = true
+maxColumn = 100