Document mixed tab/space indentation may be used for multiline wrapping in C++ usage guidelines - #77
Conversation
…ng in C++ usage guidelines
|
The example you linked isn't an example where arguments are space-aligned. It's a single argument string, where the string parts are split over several different lines. The string itself is space-aligned. |
I've found other examples that aren't concatenated strings:
|
|
Your linked examples all appear to use tabs to indent instead of spaces. |
|
How debatably nasty actually. Albeit unlikely done by ourselves, changing the indentation size ruins the alignment, unless the number of spaces and tabs were the same. I would not encourage this. |

One example of this can be found here: https://github.com/godotengine/godot/blob/a1eaac8171a53e5a74cd511bc144bd28afc4c7ff/editor/export/editor_export_platform_apple_embedded.cpp#L2195-L2201