mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 18:32:11 +00:00
* fixed wrong default indent value (nimpretty) * fixed help message of nimpretty
This commit is contained in:
@@ -26,7 +26,8 @@ Usage:
|
||||
nimpretty [options] file.nim
|
||||
Options:
|
||||
--output:file set the output file (default: overwrite the input file)
|
||||
--indent:N[=2] set the number of spaces that is used for indentation
|
||||
--indent:N[=0] set the number of spaces that is used for indentation
|
||||
--indent:0 means autodetection (default behaviour)
|
||||
--version show the version
|
||||
--help show this help
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user