I like to define my array values with a designator, when possible:
enum Mode { NONE, SPLIT_FILES, SINGLE_FILE, INVALID }; const std::string Mode
This answer gave me an acceptable work-around:
Set ColumnLimit to 0. The trade-off is that no line is automatically wrapped, but this is worth it. All programmers at work tend to not write past column 120 anyway.
ColumnLimit