java-decompiler: post-import cleanup (OS-dependent line separator)

This commit is contained in:
Roman Shevchenko
2014-09-01 16:19:31 +04:00
parent 984af2e7d0
commit d5fe121d1d
2 changed files with 3 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ urc : full name of user-supplied class implementing IIdentifierRenamer. It is
should be renamed and provides new identifier names. For more information see section 5
inn (1): check for IntelliJ IDEA-specific @NotNull annotation and remove inserted code if found
lac (0): decompile lambda expressions to anonymous classes
nls (0): define new line character to be used for output. 0 - '\r\n' (Windows), 1 - '\n' (Linux)
nls (0): define new line character to be used for output. 0 - '\r\n' (Windows), 1 - '\n' (Linux), default is OS-dependent
ind : indentation string (default is " " (3 spaces))
The default logging level is INFO. This value can be overwritten by setting the option 'log' as follows: