From 713867d9167edf09b8bc56357a2f35237d13c6c9 Mon Sep 17 00:00:00 2001 From: bsctl Date: Thu, 19 Aug 2021 11:43:05 +0200 Subject: [PATCH] docs: documenting required new-line at the end of the file --- docs/operator/contributing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/operator/contributing.md b/docs/operator/contributing.md index 2623433c..05ecc7c6 100644 --- a/docs/operator/contributing.md +++ b/docs/operator/contributing.md @@ -246,3 +246,6 @@ Please, split changes into several and documented small commits: this will help > In case of errors or need of changes to previous commits, > fix them squashing to make changes atomic. + +### Miscellanea +Please, add a new single line at end of any file as current coding style.