You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once upon a time, I liked using 4 spaces for indentation. But now, I used 2 spaces in pretty much all of my other codebases, except Nebula Logger.
This change shouldn't have any functional impact, but it will change nearly ever file in the repo, so this needs to be done when there aren't any other open PRs/work-in-progress:
Update .prettierrc to use "tabWidth": 2
Re-run prettier on all files in the repo
I'm not sure if it makes sense to create a release/package version just for this change, but.... maybe?
The text was updated successfully, but these errors were encountered:
- Added *.xml to .prettierignore and updated .prettierrc to remove formatting of XML files. Now XML metadata files will be committed using the exact format returned by Salesforce.
- Resolved#723 by updating .prettierrc to use '"tabWidth": 2' (instead of 4)
- Reformatted all files in the repo
Once upon a time, I liked using 4 spaces for indentation. But now, I used 2 spaces in pretty much all of my other codebases, except Nebula Logger.
This change shouldn't have any functional impact, but it will change nearly ever file in the repo, so this needs to be done when there aren't any other open PRs/work-in-progress:
.prettierrc
to use"tabWidth": 2
prettier
on all files in the repoI'm not sure if it makes sense to create a release/package version just for this change, but.... maybe?
The text was updated successfully, but these errors were encountered: