Skip to content

Commit 9e772af

Browse files
authored
Update README.md
1 parent 85e2496 commit 9e772af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

coding_conventions/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ plot(signal, color = color.orange)
7474

7575

7676
<br>
77+
7778
## Naming Conventions
7879

7980
### Variable Names
@@ -143,6 +144,7 @@ for _i = 0 to 100
143144

144145

145146
<br>
147+
146148
## Spacing
147149

148150
A space should be used on both sides of all operators, whether they be assignment, arithmetic (binary or unary) or logical. A space should also be used after commas. Example:
@@ -158,6 +160,7 @@ plot(series, color = color.red)
158160

159161

160162
<br>
163+
161164
## Line Wrapping
162165

163166
When lines need to be continued on the next, use two spaces to indent each continuation line. Example:
@@ -181,6 +184,7 @@ plot(
181184
```
182185

183186
<br>
187+
184188
## Example Scripts
185189

186190
Some authors use the Coding Conventions systematically:

0 commit comments

Comments
 (0)