From 3d739c73419481f3cbca94daf9dc4b24ea2247f2 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" <38406360+E-Almqvist@users.noreply.github.com> Date: Sun, 4 Oct 2020 17:49:47 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 827bc5a..01974dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,4 +5,6 @@ - Make actual quality PRs, no +1 etc. ## General format rules - - Use 4 spaces for indentation + - Use TABS for indentation. + - Try to follow the layout of the code. + - Follow the file structure, don't deviate from it.