Skip to content

Instantly share code, notes, and snippets.

@jasikpark
Created December 8, 2023 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasikpark/2bafc4c3fff152a1ceb93781b2486b52 to your computer and use it in GitHub Desktop.
Save jasikpark/2bafc4c3fff152a1ceb93781b2486b52 to your computer and use it in GitHub Desktop.
WIP list of all possible formatters w/ support for different languages
  • Rust
    • rustfmt
  • Go
    • gofmt
  • Javascript/Typescript
    • prettier
    • biome
  • Markdown
    • prettier
  • Python
    • ruff
    • black
    • pep8
  • Java
    • idk at all
  • C++
    • clangfmt
  • TOML
    • prettier-plugin-toml
  • Golang html/template
    • prettier-plugin-go-template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment