Skip to content

Commit 5581713

Browse files
committed
docs(tsfmt): update README.md
1 parent b69c4b6 commit 5581713

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
A TypeScript code formatter powered by TypeScript Compiler Service.
44

55
```bash
6-
$ tsfmt
7-
6+
$ tsfmt --help
87
Usage: tsfmt [options] [--] [files...]
98

109
Options:
1110

1211
-r, --replace replace .ts file
1312
--verify checking file format
13+
--baseDir <path> config file lookup from <path>
1414
--stdin get formatting content from stdin
1515
--no-tslint don't read a tslint.json
1616
--no-editorconfig don't read a .editorconfig
@@ -94,6 +94,7 @@ now `indentSize` parameter is ignored. it is TypeScript compiler matters.
9494
"insertSpaceAfterKeywordsInControlFlowStatements": true,
9595
"insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
9696
"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
97+
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
9798
"placeOpenBraceOnNewLineForFunctions": false,
9899
"placeOpenBraceOnNewLineForControlBlocks": false
99100
}

0 commit comments

Comments
 (0)