From 969e061219e2463b5efc701eab9c680a37b3c269 Mon Sep 17 00:00:00 2001 From: Javier Godoy <11554739+javier-godoy@users.noreply.github.com> Date: Mon, 14 Oct 2024 09:14:31 -0300 Subject: [PATCH] docs(code-style): prohibit tabs as substitutes for fixed whitespace Close #46 --- code-style.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code-style.md b/code-style.md index 7d4e444..7d41ef2 100644 --- a/code-style.md +++ b/code-style.md @@ -1,5 +1,7 @@ ## Flowing Code Style Guide / 1.0.3-rc1 +In any file format, avoid using tab characters to replace a fixed amount of whitespace in any file format, as their display can differ across devices and platforms. + ### Java Apply the [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html)