I should add that the problem occurs when formatting existing code. For example
template<class T>
class Foo {
// ...
};
becomes
template<class T>
class Foo {
// ...
};
after using the CTRL + K
, CTRL + D
shortcut to format the document.
-
This reply was modified 6 years, 10 months ago by andrew.