From e5832e6cd8fafe4b1959152454df96e8d4c01aca Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Tue, 24 Mar 2015 14:51:35 -0700 Subject: [PATCH] Add descriptions of characters used in dfmt --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cb5cb48..b7b749e 100644 --- a/README.md +++ b/README.md @@ -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 `)`