Skip to content

feat: WriteOptions to control indent & line breaks#125

Closed
Waleed-KH wants to merge 3 commits into
unjs:mainfrom
Waleed-KH:main
Closed

feat: WriteOptions to control indent & line breaks#125
Waleed-KH wants to merge 3 commits into
unjs:mainfrom
Waleed-KH:main

Conversation

@Waleed-KH

Copy link
Copy Markdown

Added options parameter to writePackageJSON and writeTSConfig to control indentation & line breaks of the generated file:

  • indent (default 2): 'tab' or number to control file indentation style
  • eol (default 'LF'): 'LF' or 'CRLF' to control how line breaks are represented
  • eolFinal (default true if the json contains line breaks): when true it ensure file ends with a newline

@pi0

pi0 commented Apr 17, 2024

Copy link
Copy Markdown
Member

#175

@pi0 pi0 closed this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants