Y
Hacker News
new
|
ask
|
show
|
jobs
by
mcguire
4037 days ago
Does it generally do this in expressions, based on operator precedence, or is it limited to the outer parentheses on selected statements?
1 comments
krylon
4037 days ago
I am not an expert, but I think it only removes the outermost ones. The major task of the tools is
indentation
and placement of curly braces.
link