Skip to content

Avoid using whitespace to replace tab characters #56

@javier-godoy

Description

@javier-godoy

According to the rules as written:

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.

As discussed in #46 , formatting must be consistent.

The following case must be forbidden:

⟶line 1
⟶line 2
⟶line 3
··line 4

Proposal

Where it reads

avoid using tab characters to replace a fixed amount of whitespace

It must read:

avoid using tab characters to replace a fixed amount of whitespace (or vice versa)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions