From 851f4ebe87adeafd67b55b60210f161f8ee7dee5 Mon Sep 17 00:00:00 2001 From: vlad Date: Wed, 17 Aug 2016 21:29:02 -0700 Subject: Generation of all the necessary code style resources --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 33868ab..9155505 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ Provides common sbt configuration for sbt itself, Scala compiler, testing, linti ### build.sbt +Do `sbt reload` after adding a plugin and configure a project: + lazy val root = (project in file(".")) .settings (name := "Name-Of-Your-Project") @@ -23,6 +25,10 @@ Provides common sbt configuration for sbt itself, Scala compiler, testing, linti .packagingConfiguration // Currently packages to zip file as java server app + .settings(lintingSettings) // Scala code linting settings, includes `wartRemoverSettings` and `scalastyleSettings` + + .settings(formatSettings) // Standard Scala code formatting + .settings(repositoriesSettings) // To use dependencies from Driver jar repository .settings(publicationSettings) // Publishing to Driver jar repository -- cgit v1.2.3