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: README.md
+3-70Lines changed: 3 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ fi
87
87
88
88
### Spacing
89
89
90
-
No more than two consecutive newline characters, meaning no more than one blank line. The only time two blank lines are acceptable is in between the section comments described in the `Commenting/File Formatting` section below.
90
+
No more than three consecutive newline characters, meaning no more than two blank lines.
91
91
92
92
### Comments
93
93
@@ -100,76 +100,9 @@ box="Box" # This is a box (Aligned with the comment above for be
100
100
101
101
### Commenting/File Formatting
102
102
103
-
Though not required, it is preferred to follow the comment/file formatting described below.
103
+
There is no required way to format your comments and files. That said, stay consistent with the chosen style.
104
104
105
-
If your file is fairly big and has many parts (variables, error trapping, functions, main code, etc.), then the comments and overall formatting should look similar to below:
Though if your file is fairly small and doesn't have many parts (variables, functions, etc.), then the comments and overall formatting should look similar to below:
0 commit comments