Subject: | All options need usage examples on man page |
On man page:
-s, --indent_size
-c, --indent_character
By default, we use 4 spaces.
but if you prefer 8 spaces, we can do -s=8
OK now we know how to write -s, mention also how to write
--indent_character.
--indent_character=x
--indent_character x
Also give example of -c
And here
-p, --preserve_newlines
1 by default
we thought we could use -p=0
but that doesn't work. Etc. Etc. All need examples.