Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Update scalafmt to 2.6.1 #283

Merged
merged 1 commit into from
Jun 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "2.6.0"
version = "2.6.1"
style = defaultWithAlign
maxColumn = 120
align.openParenDefnSite = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ trait SpawnOptions extends js.Object {
*/
var detached: js.UndefOr[Boolean] = js.undefined

/** Sets the user identity of the process. (See setuid(2).) */
/** Sets the user identity of the process. (See setuid(2).) */
var uid: js.UndefOr[Int] = js.undefined

/** Sets the group identity of the process. (See setgid(2).) */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ trait InspectOptions extends js.Object {
var colors: js.UndefOr[Boolean] = js.undefined

/** If false, then custom inspect(depth, opts) functions exported on the object being inspected
* will not be called. Defaults to true. */
* will not be called. Defaults to true.
*/
var customInspect: js.UndefOr[Boolean] = js.undefined

/** If true, then objects and functions that are Proxy objects will be introspected to show their
Expand Down