Zhoujiazhiwork

- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Zhoujiazhiwork created a post, Formatting Issues: Spaces in < > and Line Breaks
Hi,I just started using CLion for C++. Here’s an example of my code:namespace Test { static vector<vector<vector<int>>> *abc; } After reformatting, it turns into:namespace Test { static vecto...