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.
|
|||
Multi-line calls get indented confusingly with variable…
Comment on “Code Editors” by purple_djMulti-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. Comments are closed. |
|||
|
Copyright © 2012 Daniel Stutzbach - All Rights Reserved |
|||