Pressing enter after the `{` results in indentation of 2 spaces rather than 6. ```cpp auto long_function_name_requires_new_line_______________________________ = []() { int x = 1; int y = 2; }; ```