From 330e7063f891c6cd1e63e1def908c299fa7ff9e0 Mon Sep 17 00:00:00 2001 From: Alasdair Armstrong Date: Tue, 12 Dec 2023 15:36:30 +0000 Subject: Update CODE_STYLE.md Add a line to CODE_STYLE.md saying that tabs should not be used Signed-off-by: Alasdair Armstrong --- CODE_STYLE.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CODE_STYLE.md') diff --git a/CODE_STYLE.md b/CODE_STYLE.md index 9483b01..4463e3a 100644 --- a/CODE_STYLE.md +++ b/CODE_STYLE.md @@ -15,6 +15,8 @@ Formatting * Block-level indentation uses two spaces +* Tabs should not be used + * There should be no trailing spaces on any lines * All files should end with a newline character -- cgit v1.1