File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
clang/include/clang/Format Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1592,6 +1592,7 @@ struct FormatStyle {
1592
1592
// / set, and the function could/should not be put on a single line (as per
1593
1593
// / `AllowShortFunctionsOnASingleLine` and constructor formatting options).
1594
1594
// / \code
1595
+ // / false: true:
1595
1596
// / int f() vs. int f()
1596
1597
// / {} {
1597
1598
// / }
@@ -1603,6 +1604,7 @@ struct FormatStyle {
1603
1604
// / brace of the record has already been wrapped, i.e. the `AfterClass`
1604
1605
// / (for classes) brace wrapping mode is set.
1605
1606
// / \code
1607
+ // / false: true:
1606
1608
// / class Foo vs. class Foo
1607
1609
// / {} {
1608
1610
// / }
@@ -1614,6 +1616,7 @@ struct FormatStyle {
1614
1616
// / already been wrapped, i.e. the `AfterNamespace` brace wrapping mode is
1615
1617
// / set.
1616
1618
// / \code
1619
+ // / false: true:
1617
1620
// / namespace Foo vs. namespace Foo
1618
1621
// / {} {
1619
1622
// / }
You can’t perform that action at this time.
0 commit comments