-
Notifications
You must be signed in to change notification settings - Fork 3
Guideline for one_liners
adrianbartyczak edited this page Jan 25, 2018
·
16 revisions
Guideline for one-liners in General-purpose-computing.
One-liner files are created in the following format:
# Description
one-liner
# Description
one-liner
# Description
# Note: Note line 1
# Note line 2
# ...
one-liner
- Any documentation section not shown is included if necessary.
For an example, see cpu-hardware-management.one-liners.
- A one-liner must be on a single line and has no maximum length.
- A documentation line is a maximum length of 120 characters.
- A continued documentation line is indented 2 spaces.
- A variable name uses acronyms whenever possible.