Closed joepie91 closed 9 years ago
Currently both the documentation and default options refer to newLine, while the actual variable the code uses is newline. This patch fixes that, by changing the documentation and defaults to be in line with the module behaviour.
newLine
newline
This patch should not introduce API breakage.
thanks!
Currently both the documentation and default options refer to
newLine
, while the actual variable the code uses isnewline
. This patch fixes that, by changing the documentation and defaults to be in line with the module behaviour.This patch should not introduce API breakage.