Archives

Multi-line calls get indented confusingly with variable…

Comment on “Code Editors” by purple_dj

Multi-line calls get indented confusingly with variable width:

printf("Some format string: %d %d %d\n",
       x,
       y,
       z);

The x,y,z are all lined up with each other, but not the printf line.

Share

Comments are closed.