You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, JADX hardcodes the the system default for line breaks. In certain situations, it may be desirable to define a specific one though. This is something I wouldn't necessarily expose via JadxArgs, but it should be possible to overwrite the default value in ICodeWriter by using a custom implementation thereof. If you could change NL from being a field to an interface method, like nl(), which can be overridden, that would be much appreciated.
The text was updated successfully, but these errors were encountered:
Currently, JADX hardcodes the the system default for line breaks. In certain situations, it may be desirable to define a specific one though. This is something I wouldn't necessarily expose via
JadxArgs
, but it should be possible to overwrite the default value inICodeWriter
by using a custom implementation thereof. If you could changeNL
from being a field to an interface method, likenl()
, which can be overridden, that would be much appreciated.The text was updated successfully, but these errors were encountered: