Software Alternatives & Reviews

Ask HN: What work/office purchase transformed your life?

Meld EditorConfig
  1. 1
    What is Meld? Meld is a visual diff and merge tool targeted at developers.
    Pricing:
    • Open Source

    #File Management #Merge Tools #Diff And Merge Tools 42 social mentions

  2. EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.
    Pricing:
    • Open Source
    Oh, yeah, we had that issue too and solved it pretty successfully with `.editorconfig` (shareable between VScode and IntelliJ, https://editorconfig.org/) combined with `prettier`. Each IDE is configured to: - Not reformat code on its own - Ignore whitespace - Run `prettier` as a pre-commit hook Those settings are saved to `.editorconfig` where possible, or to each IDE's repo-specific folder (e.g. `.idea`). Then in theory each developer can use whatever IDE they want, whatever whitespace settings they want (tabs vs spaces), and the end code committed to the repo is still the same.

    #Developer Tools #Code Analysis #Code Coverage 80 social mentions

Discuss: Ask HN: What work/office purchase transformed your life?

Log in or Post with