Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperStormer committed Mar 12, 2023
1 parent 13d17dd commit 329d64d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/options/format.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ function toHash(string) {
accumulator[name] = mapIndentWith(value);
} else if (name == 'breakWith') {
accumulator[name] = mapBreakWith(value);
} else {
accumulator[name] = normalizeValue(value);
}

return accumulator;
Expand Down

0 comments on commit 329d64d

Please sign in to comment.