C++ provides one extra page, entitled Formatting:
Enables or disables the descriptive tooltip that will appear if you hover the mouse over a variable or declaration.
Enables outlining in the text editor when a .cpp, .c, or .h file is opened. (If you turn this off, you will not be able to turn outlining back on for individual files.)
Controls indentation of braces. When this is off, braces will be aligned with their corresponding construct (e.g., a function declaration or If statement). When this setting is on, the braces will be indented from the construct and aligned with the code that they contain.