itemisCREATE / solidity-ide

Solidity plugin for Eclipse
Eclipse Public License 1.0
86 stars 25 forks source link

Formatter should fix linebreak between parametertype and name in FunctionDefinition #234

Closed jthoene closed 5 years ago

jthoene commented 5 years ago

As the title says. If your code looks like the following:

function someFunction (someType
 x)

It should be formatted to the following code:

function someFunction (someType x)