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: contributing-guides/style-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -456,7 +456,7 @@ Try to keep the following order:
456
456
457
457
For example: `systemctl < input_file.txt status pipewire --user > output_file.txt`
458
458
459
-
This is only a suggestion and should be disregarded when program functionality or readability dictates otherwise.
459
+
This is only a suggestion and should be disregarded when program functionality or readability dictates otherwise. For example when a page is repeating arguments between commands try to to align them vertically.
460
460
461
461
If the command does multiple things, try to keep the chronological order in which things happen.
0 commit comments