From bb12824cb9d63b923112bdc2f098f385a448c38c Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 12 Feb 2019 19:57:34 +0200 Subject: [PATCH] FORMAT.md: recommendations about comments and encoding --- docs/FORMAT.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/FORMAT.md b/docs/FORMAT.md index 3c395fe0f..0fe9b0ddf 100644 --- a/docs/FORMAT.md +++ b/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