RasmusTidselbak/al-formatter

Space after ,

Closed this issue · 1 comments

The AL best practice says, you should call a method with multiple parameters like this:
MyFunction(Param1, Param2);
The formatter formats it to:
MyFunction(Param1,Param2);

Installed Version: 2.1.0

Thanks for notifying me :)