8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation. 8000
There was an error while loading. Please reload this page.
1 parent b745044 commit c0e3fcfCopy full SHA for c0e3fcf
style/indentation.md
@@ -54,8 +54,8 @@ sometimes without even so much as a warning.
54
55
When calling a method which takes numerous arguments (in the range of
56
five or more), it is often necessary to wrap the method invocation onto
57
-multiple lines. In such cases, put all arguments on a line by
58
-themselves, indented two spaces from the current indent level:
+multiple lines. In such cases, put each argument on a line by
+itself, indented two spaces from the current indent level:
59
60
foo(
61
someVeryLongFieldName,
0 commit comments