intellij-awk
intellij-awk copied to clipboard
Further improvements to auto-formatter
-
f( a , b ,c )->f(a, b, c)- need to be careful to keep spacing in function declaration
function f(a,b, i,j)used to denote locals
- need to be careful to keep spacing in function declaration
-
a=b->a = b -
a+b->a + b