Skip to content

Fix indentation of generic parameters

Compare
Choose a tag to compare
@taku0 taku0 released this 18 Apr 06:23
· 109 commits to master since this release

Fixed indentation of generic parameters.

Example:

struct Foo<
  A: A,
  A: A, A: A
> {
}

Added some keyword of Swift 5.1.

Other small fixes.