diff options
author | Alex Lam S.L <alexlamsl@gmail.com> | 2018-03-15 15:46:45 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-15 15:46:45 +0800 |
commit | b29d435bb5bc4d883a23efaabd76e95092352b6c (patch) | |
tree | 66c07a30785785628af0356fa649b033643b5569 /README.md | |
parent | 90585e29c257e3417f8a22024d6701d1ddced2fe (diff) | |
download | tracifyjs-b29d435bb5bc4d883a23efaabd76e95092352b6c.tar.gz tracifyjs-b29d435bb5bc4d883a23efaabd76e95092352b6c.zip |
refactor brackets to braces (#3005)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -824,7 +824,7 @@ can pass additional arguments that control the code output: when you want to generate minified code, in order to specify additional arguments, so you can use `-b beautify=false` to override it. -- `bracketize` (default `false`) -- always insert brackets in `if`, `for`, +- `braces` (default `false`) -- always insert braces in `if`, `for`, `do`, `while` or `with` statements, even if their body is a single statement. |