From 47dd0ecdbc09dc4d7e739ad1c778613950da385f Mon Sep 17 00:00:00 2001 From: Stewart Stewart Date: Mon, 25 Sep 2017 18:05:45 -0700 Subject: ignore formatting config --- .gitignore | 2 + .scalafmt.conf | 29 ------------- scalastyle-config.xml | 114 -------------------------------------------------- 3 files changed, 2 insertions(+), 143 deletions(-) delete mode 100644 .scalafmt.conf delete mode 100644 scalastyle-config.xml diff --git a/.gitignore b/.gitignore index c7ef539..e96a1d0 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,8 @@ lib_managed/ src_managed/ project/boot/ project/plugins/project/ +scalastyle-config.xml +.scalafmt.conf # Scala-IDE specific .scala_dependencies diff --git a/.scalafmt.conf b/.scalafmt.conf deleted file mode 100644 index 8a5d14f..0000000 --- a/.scalafmt.conf +++ /dev/null @@ -1,29 +0,0 @@ -# scalafmt sbt plugin config -# refer to https://olafurpg.github.io/scalafmt/#Configuration for properties - -project.git = true - -style = defaultWithAlign -maxColumn = 120 - -docstrings = ScalaDoc - -continuationIndent.callSite = 2 -continuationIndent.defnSite = 8 - -rewriteTokens: { - "⇒" = "=>" - "←" = "<-" -} -danglingParentheses = false -align.arrowEnumeratorGenerator = true -align.openParenCallSite = true -spaces.afterTripleEquals = true -spaces.inImportCurlyBraces = false -newlines.alwaysBeforeCurlyBraceLambdaParams = false -newlines.sometimesBeforeColonInMethodReturnType = false -binPack.parentConstructors = true -assumeStandardLibraryStripMargin = true - -# align.openParenCallSite = -# align.openParenDefnSite = diff --git a/scalastyle-config.xml b/scalastyle-config.xml deleted file mode 100644 index bbd85bc..0000000 --- a/scalastyle-config.xml +++ /dev/null @@ -1,114 +0,0 @@ - - Scalastyle standard configuration - - - - - - - - - package - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - `.*` - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3