[header] categories=Basic Options cfgFileParameterEnding=cr configFilename= fileTypes=*.htm|*.html|*.xhtml indenterFileName=hindent indenterName=hindent (HTML) inputFileName=indentinput inputFileParameter= manual=http://www.linuxdriver.co.il/man/1/H/hindent outputFileName= outputFileParameter=stdout parameterOrder=pio showHelpParameter=-v stringparaminquotes=false useCfgFileParameter= version=1.1.2-7 [Case] Category=0 Description="Forces all tags to lowercase. By default, hindent forces all tags to uppercase." EditorType=boolean TrueFalse=-c| ValueDefault=0 [Flow] Category=0 Description="Prints just tags without any data between the tags. Damages the HTML in a big way, so save a copy of your original HTML. This option helps you follow the HTML code flow visually." EditorType=boolean TrueFalse=-f| ValueDefault=0 [Indent level] CallName="-i " Category=0 Description="Set indentation to this many character spaces per code nesting level. If set to 0, no indentation is done (all output is left-justified)." EditorType=numeric Enabled=false MaxVal=9999 MinVal=0 ValueDefault=4 [List tags] Category=0 Description="Causes hindent to print a complete list of tags that it recognizes to stdout, and exits." EditorType=boolean TrueFalse=-l| ValueDefault=0 [Strict] Category=0 Description="Multiple tags per line are broken out onto separate lines. Can damage the HTML in minor ways by drawing an extra space character in certain parts of the web page, so save a copy of your original HTML. This option helps you follow the HTML code flow visually, especially with computer-generated HTML that comes out all on one line." EditorType=boolean TrueFalse=-s| ValueDefault=0 [Tab stop] CallName="-t " Category=0 Description="Set the number of spaces that a tab character occupies on your system. Defaults to 8, but some people prefer expanding tabs to 4 spaces instead. If set to 0, no tabs are output (spaces used to indent lines)." EditorType=numeric Enabled=false MaxVal=9999 MinVal=0 ValueDefault=8