We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379616a commit e9fa33dCopy full SHA for e9fa33d
contributing/code/standards.rst
@@ -176,7 +176,9 @@ Structure
176
Read more at :ref:`contributing-code-conventions-deprecations`;
177
178
* Do not use ``else``, ``elseif``, ``break`` after ``if`` and ``case`` conditions
179
- which return or throw something.
+ which return or throw something;
180
+
181
+* Do not use spaces around ``[`` offset accessor and before ``]`` offset accessor.
182
183
Naming Conventions
184
------------------
0 commit comments