aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlasdair Armstrong <alasdair.armstrong@cl.cam.ac.uk>2023-12-12 15:36:30 +0000
committerBill McSpadden <bill@riscv.org>2023-12-12 10:01:30 -0600
commit330e7063f891c6cd1e63e1def908c299fa7ff9e0 (patch)
treed44dc1790b953122500fedc8f1aa261a2eac928d
parent393e7ed92b854f33e3c21bb12904f7927fd8a807 (diff)
downloadsail-riscv-330e7063f891c6cd1e63e1def908c299fa7ff9e0.zip
sail-riscv-330e7063f891c6cd1e63e1def908c299fa7ff9e0.tar.gz
sail-riscv-330e7063f891c6cd1e63e1def908c299fa7ff9e0.tar.bz2
Update CODE_STYLE.md
Add a line to CODE_STYLE.md saying that tabs should not be used Signed-off-by: Alasdair Armstrong <alasdair.armstrong@cl.cam.ac.uk>
-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