Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: WriteOptions to control indent & line breaks #125

Closed
wants to merge 3 commits into from

Conversation

Waleed-KH
Copy link

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
Copy link
Member

pi0 commented Apr 17, 2024

#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