tips

本文总结了工作过程中可能遇到的各种问题的解决方法的链接。

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"BasedOnStyle": "LLVM",
"UseTab": "Never",
"IndentWidth": 4,
"TabWidth": 4,
"BreakBeforeBraces": "Allman",
"AllowShortIfStatementsOnASingleLine": true,
"AllowShortLoopsOnASingleLine": true,
"IndentCaseLabels": true,
"ColumnLimit": 0,
"AccessModifierOffset": -4,
"NamespaceIndentation": "All",
"FixNamespaceComments": false,
"MaxEmptyLinesToKeep": 2,
"EmptyLineBeforeAccessModifier": "Always",
"EmptyLineAfterAccessModifier": "Always",
"SortIncludes": "Never"
}
使用搜索:必应百度