Actually my options are : "C_Cpp.clang_format_fallbackStyle": "{ BreakBeforeBraces: Linux, IndentWidth: 4, ColumnLimit: 80, UseTab: Never, SortIncludes: false, AlignAfterOpenBracket: DontAlign }"
I have:
for (int i = 0; i < 5; i++)
;
I want:
for (int i = 0; i < 5; i++);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…