Add descriptions of characters used in dfmt

This commit is contained in:
Hackerpilot 2015-03-24 14:51:35 -07:00
parent e3893d46ec
commit e5832e6cd8
1 changed files with 5 additions and 0 deletions

View File

@ -24,3 +24,8 @@ file instead, and output will be written to ```stdout```.
* ```--braces=allman```: Use ["Allman Style"](https://en.wikipedia.org/wiki/Indent_style#Allman_style),
placing opening braces on their own line. This is the default.
* ```--tabs```: Use tabs for indentation instead of spaces.
## Terminology
* Braces - `{` and `}`
* Brackets - `[` and `]`
* Parenthesis / Parens - `(` and `)`