aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CODE_STYLE.md2
1 files changed, 2 insertions, 0 deletions
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