We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cf87ce commit 17dae8bCopy full SHA for 17dae8b
README.md
@@ -28,17 +28,14 @@ Fix the code style of a file or multiple files:
28
Usage: jsoncs [file]
29
30
Options:
31
- -f, --fix Fix the file
32
- -q, --quiet Run in quiet mode
33
- -v, --version print version and exit
+ -f, --fix fix json file
+ -q, --quiet quiet mode
+ -v, --version json code style version
34
+ -s, --spaces <integer> quantity of spaces to indent the json (default: 2)
35
36
### Example
37
38
* _RED_: wrong json
39
* _BLUE_: correct json
40
41

-
42
-## TO-DO
43
44
-* Leave the code style to the user in a config file
0 commit comments