whitespace-report-list

whitespace-report-list is a variable defined in `whitespace.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
List of whitespace bogus symbol and corresponding regexp.

Value:

((empty . "^\\(\\([ ]*\n\\)+\\)") (empty . "^\\([ \n]+\\)") (trailing . "\\([  ]+\\)$") (indentation) (indentation::tab) (indentation::space) (space-before-tab . "\\( +\\)\\( +\\)") (space-before-tab::tab . "\\( +\\)\\( +\\)") (space-before-tab::space . "\\( +\\)\\( +\\)") (space-after-tab) (space-after-tab::tab) (space-after-tab::space))