Skip to content

Commit e9fa33d

Browse files
phansyswouterj
authored andcommitted
[Contributing] [Standards] Do not use spaces inside/around offset accessors
1 parent 379616a commit e9fa33d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contributing/code/standards.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,9 @@ Structure
176176
Read more at :ref:`contributing-code-conventions-deprecations`;
177177

178178
* Do not use ``else``, ``elseif``, ``break`` after ``if`` and ``case`` conditions
179-
which return or throw something.
179+
which return or throw something;
180+
181+
* Do not use spaces around ``[`` offset accessor and before ``]`` offset accessor.
180182

181183
Naming Conventions
182184
------------------

0 commit comments

Comments
 (0)