From d45fae996217e500c735100410745172079d947b Mon Sep 17 00:00:00 2001 From: deltax Date: Thu, 25 Jan 2018 21:29:47 +0100 Subject: [PATCH] Updated Code style guide (markdown) --- Code-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code-style-guide.md b/Code-style-guide.md index 77bb047..95ed6c7 100644 --- a/Code-style-guide.md +++ b/Code-style-guide.md @@ -4,7 +4,7 @@ These are the code style guidelines that should be followed when contributing to _Indent = two spaces_

-Not hard tabs. Not four spaces. Not however many spaces you feel like. **2 spaces.** +Not hard tabs. Not four spaces. Not however many spaces you feel like. **4 spaces.** ## Line Length Be reasonable. Keeping within 80 characters is recommended, 120 is the **maximum**.