- If true, lines that are completely empty will be skipped. An empty line is defined to be one which evaluates to empty string.
-
-
-
-
- skipNoContentLines
-
-
- If true, lines that don't have any content will be skipped. Lacking content is defined as having only delimiters, quotes, and whitespace. skipNoContentLines can be set alongside skipEmptyLines or instead of skipEmptyLines and retain the same functionality.
+ If true, lines that are completely empty (those which evaluate to an empty string) will be skipped. If set to 'strict', lines that don't have any content (those which have only delimiters, quotes, and whitespace) will also be skipped.