Skip to main content

indent

Enforce consistent indentation

User impact: Developers only

This rule supports the following configuration:

# Use tabs.
indent = "tab"
# Use a given number of spaces.
indent = 4

Resources#