FORMAT.md: recommendations about comments and encoding
This commit is contained in:
parent
4702001dcc
commit
bb12824cb9
@ -10,6 +10,10 @@ All files should adhere to these formatting guidelines.
|
|||||||
|
|
||||||
- All parantheses of shell functions should not be preceded with a space.
|
- All parantheses of shell functions should not be preceded with a space.
|
||||||
|
|
||||||
|
- Avoid use of non utf-8 encoding.
|
||||||
|
|
||||||
|
- Comments should be compact. Do not tab them if not necessary.
|
||||||
|
|
||||||
- Dollar parentheses `$()` rather than backticks ``` `` ``` should be employed in command substitution.
|
- Dollar parentheses `$()` rather than backticks ``` `` ``` should be employed in command substitution.
|
||||||
|
|
||||||
## Markdown
|
## Markdown
|
||||||
|
Loading…
Reference in New Issue
Block a user