Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 363 Bytes

indent.md

File metadata and controls

13 lines (7 loc) · 363 Bytes

Pattern: Mixed indentation

Issue: -

Description

Enforces indentation with tabs or spaces.

Rationale: Using only one of tabs or spaces for indentation leads to more consistent editor behavior, cleaner diffs in version control, and easier programmatic manipulation.

Further Reading