From eab32c68f39acd587caff8aa7eabb922f4423f59 Mon Sep 17 00:00:00 2001 From: "Gie \"Max\" Vanommeslaeghe" Date: Tue, 7 Dec 2021 16:36:38 +0100 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ae10ae0f..a0030f49 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ This project has gone through multiple iterations of coding style. In the code y ### General -Use 4 spaces instead of the tab character. +**Never** use spaces instead of tabs. 1 Tab = 4 space character's width by default. Use typically trailing braces everywhere (if, else, functions, structures, typedefs, class definitions, etc.)