Browse Source

FORMAT.md: recommendations about comments and encoding

android-5
Leonid Plyushch 6 years ago
parent
commit
9ba12ad4dd
  1. 4
      docs/FORMAT.md

4
docs/FORMAT.md

@ -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

Loading…
Cancel
Save