indent
Enforce consistent indentation
User impact: Developers only
This rule supports the following configuration:
- TOML
- Shell
# Use tabs.indent = "tab"# Use a given number of spaces.indent = 4
# Use tabs.curlylint --rule 'indent: "tab"' .# Use a given number of spaces.curlylint --rule 'indent: 4' .
#
Resources- Known issue: Allow indentation inside template tags