You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/styleguide.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,8 +181,9 @@ RETURN
181
181
END AS ageGroup
182
182
----
183
183
184
-
* Lines that end with a list or map literal and do not fit within the maximum width should leave the opening bracket or brace on the preceding line.
185
-
The contents of the literal should be indented two additional spaces from the line where the opening bracket or brace appears.
184
+
* When a line ends with a list or map literal that does not fit within the maximum line width, place the opening bracket or brace on the same line as the clause that introduces it.
185
+
Start each element of the literal on a new line, indented two spaces further than the line containing the opening bracket or brace.
186
+
Close the literal at the original indentation level.
0 commit comments