From bf64b0f818a615ab14093a5ff092e6ed402ce4be Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 14 Jan 2020 13:00:26 -0500 Subject: [PATCH] Add note to accessibility concerns I was reminded of an annoying conversation I had over Zig recently in which someone actually tried to take the spaces side. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b25edf..90dc64d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,8 @@ Programmers **MUST indent with 8-column tabs, instead of spaces.** - 8 column tabs are the default, and will render consistently in your editor, your terminal, web browsers, and other places where your code may appear. - Tabs are more usable than spaces for programmers with accessibility - requirements. + requirements. (Note: this alone should end the discussion immediately for C + and all other languages). - Makefiles require tabs; using them for code as well is more consistent. Programmers **SHOULD hard wrap lines to 80 columns.** -- 2.45.2