scala-ide / scalariform

Scala source code formatter
http://scala-ide.github.com/scalariform/
MIT License
527 stars 148 forks source link

Passing danglingCloseParenthesis to the CLI #220

Closed thesamet closed 8 years ago

thesamet commented 8 years ago

Is it possible to set this value to the CLI? It seems that +preserveDanglingCloseParenthesis is ignored.

mristin commented 8 years ago

I also experience this problem.

jkinkead commented 8 years ago

This option has been deprecated in favor of danglingCloseParenthesis. I removed the examples in the README which use this old setting.