Cleaning up whitespace changes in a pull request

This page summarizes the projects mentioned and recommended in the original post on /r/git

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • Standard

    🌟 JavaScript Style Guide, with linter & automatic code fixer

  • The truly-right tool for this job is an automated code formatter, like Prettier or Standard. Run that once on all of your code files, set your editor to auto-run it on save, add a task to your CI to fail if the formatter would change anything. It may not exactly match how you would want your code to look, but you'll never have to have the "this is indented incorrectly" discussion again.

  • prettier

    Prettier is an opinionated code formatter.

  • The truly-right tool for this job is an automated code formatter, like Prettier or Standard. Run that once on all of your code files, set your editor to auto-run it on save, add a task to your CI to fail if the formatter would change anything. It may not exactly match how you would want your code to look, but you'll never have to have the "this is indented incorrectly" discussion again.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts