Skip to content

Commit fdfc48b

Browse files
committed
Merge branch 'release/0.8.0-RC3'
2 parents 405c35e + cb8be1a commit fdfc48b

File tree

213 files changed

+13853
-3317
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+13853
-3317
lines changed

.scalafmt.conf

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
maxColumn = 100
22
continuationIndent.defnSite = 2
33
binPack.parentConstructors = true
4+
binPack.literalArgumentLists = false
5+
binPack.unsafeCallSite = true
46
newlines.penalizeSingleSelectMultiArgList = false
57
newlines.sometimesBeforeColonInMethodReturnType = false
68
align.openParenCallSite = false
9+
align.openParenDefnSite = false
710
docstrings = JavaDoc
811
rewriteTokens {
9-
"=>" = ""
10-
"<-" = ""
12+
"" = "=>"
13+
"" = "<-"
1114
}
15+
optIn.selfAnnotationNewline = false
16+
optIn.breakChainOnFirstMethodDot = true
17+
optIn.configStyleArguments = false
18+
importSelectors = BinPack

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This software is licensed under the Apache 2 license, quoted below.
22

3-
Copyright 2017-2018 Astraea. Inc.
3+
Copyright 2017-2018 Astraea, Inc.
44

55
Licensed under the Apache License, Version 2.0 (the "License"); you may not
66
use this file except in compliance with the License. You may obtain a copy of

0 commit comments

Comments
 (0)