Get rid of scalastyle checkers.

These are outdated and not used by the rest of the chisel family.
Add the scalafmt file that is used to fix code formatting. This will be used to regularize the code.
That work will be done by attrition.
This commit is contained in:
chick
2021-02-01 10:00:52 -08:00
parent 8c93874524
commit 1761d500f3
3 changed files with 2 additions and 221 deletions

View File

@@ -1,4 +1,4 @@
version = 2.6.4
version = 2.7.5
maxColumn = 120
align = most
@@ -23,4 +23,4 @@ verticalMultiline.atDefnSite = true
optIn.annotationNewlines = true
rewrite.rules = [SortImports, PreferCurlyFors, AvoidInfix]
rewrite.rules = [SortImports, PreferCurlyFors, AvoidInfix]