Fix option printing
This commit is contained in:
parent
fbd28814e7
commit
4c5dfb5881
|
@ -211,7 +211,8 @@ Formatting Options:
|
||||||
--align_switch_statements
|
--align_switch_statements
|
||||||
--brace_style `,
|
--brace_style `,
|
||||||
optionsToString!(typeof(Config.dfmt_brace_style))(), `
|
optionsToString!(typeof(Config.dfmt_brace_style))(), `
|
||||||
--end_of_line
|
--end_of_line `,
|
||||||
|
optionsToString!(typeof(Config.end_of_line))(), `
|
||||||
--help|h
|
--help|h
|
||||||
--indent_size
|
--indent_size
|
||||||
--indent_style|t `,
|
--indent_style|t `,
|
||||||
|
|
Loading…
Reference in New Issue