3

I would like to sort the functions in the following objects alphabetically

object A {

def bfunc() = ???
def afunc() = ???

}

would get sorted to

object A {

def afunc() = ???
def bfunc() = ???

}

I tried to look through scala fmt docs, no success

Anil Muppalla
  • 416
  • 4
  • 14

0 Answers0