FORMAT.md: recommendations about comments and encoding

This commit is contained in:
Leonid Pliushch 2019-02-12 19:57:34 +02:00
parent 4702001dcc
commit bb12824cb9
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,10 @@ All files should adhere to these formatting guidelines.
- 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.
## Markdown