ligasgr / intellij-xquery

Plugin to support XQuery in Intellij Idea
Apache License 2.0
35 stars 23 forks source link

Option to remove add spaces inside brackets #221

Open kemalerd opened 7 years ago

kemalerd commented 7 years ago

The current code formatter have options to add/remove spaces after before keywords, etc. but there is currently no option to add/remove spaces within brackets. i.e. if the option is ON the line

let $x := func-call("abc")

would become

let $x := func-call( "abc" )

this is a great option intellij idea have already supported for many languages for many years.