From 630ceec2b1759c0a040fff0ed46ecfb08f04fdaa Mon Sep 17 00:00:00 2001 From: deltax Date: Sat, 17 Feb 2018 13:27:38 +0100 Subject: [PATCH] Small change use tabs instead of spaces --- Code-style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code-style-guide.md b/Code-style-guide.md index 95ed6c7..6797e03 100644 --- a/Code-style-guide.md +++ b/Code-style-guide.md @@ -1,10 +1,10 @@ These are the code style guidelines that should be followed when contributing to fluxion. ## Indentation -_Indent = two spaces_ +_Indent = two tabs

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