Right Curly Brace Placement 右花括号位置
The (right curly brace) is aligned with the line containing the beginning of the declaration of the function.
(右大括号)与声明函数的那一行代码头部对齐。
The } (right curly brace) should begin a line and be indented to align with the beginning of the line containing the matching { (left curly brace).
(右大括号)应与{(左大括号)的那一行的开头对齐
应用推荐