🔗 Indentation Style: Notable Styles
🔗 Computing
In computer programming, indentation style is a convention, a.k.a. style, governing the indentation of blocks of source code. An indentation style generally involves consistent width of whitespace (indentation size) before each line of a block, so that the lines of code appear to be related, and dictates whether to use space or tab characters for the indentation whitespace.
Discussed on
- "Indentation Style: Notable Styles" | 2025-02-24 | 11 Upvotes 18 Comments