There are times I have a series of #define statements indented under some title so as to make it easy to read for the eye, as in:
//////////
// Widget Error codes
//////
#define _WIDGET_ERROR_MEMORY 1
#define _WIDGET_ERROR_ACCESS 2
#define _WIDGET_ERROR_INPUT 3
Whenever I go to type a new line, VS or VAX always left-justifies the #define statement, bringing it to the left-most margin at column 0.
I would like an option to prevent that, or to turn that auto-fixup off. Thank you. :-)
Best regards,
Rick C. Hodgin