Skip to content

Fix indentation for keywords used as parameter names

Compare
Choose a tag to compare
@taku0 taku0 released this 29 Jan 07:08
· 224 commits to master since this release

The following code is now correctly indented.

foo(
  in: 1
)

foo(
  where: 1
)