intellij-awk icon indicating copy to clipboard operation
intellij-awk copied to clipboard

Further improvements to auto-formatter

Open xonixx opened this issue 4 years ago • 0 comments

  • 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
  • a=b -> a = b
  • a+b -> a + b

xonixx avatar Oct 09 '21 12:10 xonixx