meine ~/.tidyrc wird interpretiert (mit markup: yes / markup: no überprüft)

Die relevanten Zeilen sollten eigentlich die folgenden sein:

Code:
indent: auto
indent-spaces: 2
indent-attributes: no
stehen unverändert in der ~/.tidyrc drin. Beim Aufruf

tidy -m datei.html

wird auch alles ausgeführt (Umlaute korrigiert, etc.), aber es wird nicht der automatische Einzug angewendet.

Bisher ging's unter Windows ausprobiert => geht auch... Mal die komplette Konfig. Beißt sich da was?

Code:
markup: yes
wrap: 66
wrap-script-literals: no
wrap-asp: yes
break-before-br: no
indent: auto
indent-spaces: 2
indent-attributes: no
uppercase-tags: no
uppercase-attributes: no
hide-endtags: no
enclose-text: no
quote-marks: no
quote-nbsp: yes
quote-ampersand: yes
fix-backslash: yes
clean: no
drop-font-tags: no
logical-emphasis: no
input-xml: no
assume-xml-procins: no
output-xml: no
output-xhtml: no
numeric-entities: no
add-xml-pi: yes
show-warnings: yes
doctype: auto
char-encoding: ascii
wrap-attributes: no
wrap-jste: yes
drop-empty-paras: yes
fix-bad-comments: yes
word-2000: no
tidy-mark: yes
TIA Martin