Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ interface StringifyOptions {
indent?: ' ' | string, // tabs are also valid
keySep?: ' = ' | string, // should have at most one = or :
latin1?: true | boolean, // default encoding for .properties files
lineWidth?: 80 | number, // use null to disable
lineWidth?: 80 | number | null, // use null to disable
newline?: '\n' | string, // Windows uses \r\n
pathSep?: '.' | string // if non-default, use the same in parse()
foldChars?: '\f\t .' | string
Expand Down