QuiiBz / sherif

Opinionated, zero-config linter for JavaScript monorepos
MIT License
911 stars 13 forks source link

feat: preserve JSON indentation #56

Closed QuiiBz closed 9 months ago

QuiiBz commented 9 months ago

Closes https://github.com/QuiiBz/sherif/issues/54

Using the detect-indent crate and serde_json's PrettyFormatter, we can preserve the correct indentation.