We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs(INDENT): fix list spacing by adding `<p/>` between lists in separated paragraphs
docs(INDENT): make `{` & `}` compulsory for non-empty `if`/`for`/`while`/`switch` body for K&R style
docs(INDENT): fix contradictory or redundant rules
docs(INDENT): add rules regarding spaces around operators
docs(INDENT): add rules regarding line wraps within and right after enclosed codes
docs(INDENT): move section "Condition lists" into section "`(` & `)`"
docs(INDENT): remove the commands for performing auto indentation for MapleBBS-itoc
docs(INDENT): deprecate the use of Allman style in favor of K&R style
docs(INDENT): add rules regarding `(` & `)` containing line wraps; add rules about choosing one of the `?`...`:` forms
docs(INDENT): remove trivial bad examples or rewrite into good examples
docs(INDENT): clarify the `(` & `)` rules regarding binary bitwise operators
docs(INDENT): fix erroneously calling "位元運算子" as just "運算子"
docs(INDENT): `default` should come before other `case` labels in a line
docs(INDENT): fix unintended markdown code blocks
docs(INDENT): rearrange sections; unify formatting of **Good:**, **Bad:**, & **Worse:**
docs(INDENT): add rules about using `(` & `)` in expressions
docs(INDENT): add general label rules; merge sections about labels
docs(INDENT): add code block rules
docs(INDENT): clarify the label indentation rules regarding K&R style(s)
docs(INDENT): perfer no indents of goto/case labels
docs(INDENT): update `?`...`:` line break rule: `x ? y : z`, `x ? <br> y : z`, or `x ? <br> y <br> : z`
docs(INDENT): prefer line breaks before `.` & `->`; add relevant examples
docs(INDENT): explain the (outdated) indent commands; rename section "Related commands" -> "Auto indentation commands"
docs(INDENT): remove half-indentation rules; restrict indentation width to 4 (C codes) or 2 (preprocessing directives)
Fix misformatting of an example in the overview section.
Add concrete description and examples
Add the topic paragraph
Created INDENT (markdown)