From c455b847be8e16041e264d2a1bd38605be924d87 Mon Sep 17 00:00:00 2001 From: L3gatum Date: Thu, 23 Jul 2026 14:48:56 +0200 Subject: [PATCH] Add Tidy Formatter under General Purpose --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index bf24c53..f5ac81d 100644 --- a/Readme.md +++ b/Readme.md @@ -35,6 +35,7 @@ If you want to contribute to this list (please do), send me a pull request or co * [Artistic Styler](http://astyle.sourceforge.net/) - Source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages. * [Atom-Beautify](https://atom.io/packages/atom-beautify) - Beautify HTML, CSS, JavaScript, PHP, Python, Ruby, Java, C, C++, C#, Objective-C, CoffeeScript, TypeScript, Coldfusion, SQL, and more in Atom editor. * [Prettier](https://prettier.io/) - An opinionated code formatter for JavaScript, Flow, TypeScript, Vue, JSON, CSS, Less, SCSS, GraphQL, and Markdown +* [Tidy Formatter](https://marketplace.visualstudio.com/items?itemName=ced-lab.tidy-formatter) - Safe, consent-first VS Code formatter & beautifier for JavaScript, TypeScript, JSX/TSX, CSS, SCSS, LESS, HTML and JSON that only formats on demand and never writes output that isn't provably equivalent to your original. * [Uncrustify](http://uncrustify.sourceforge.net/) - Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA. * [Unibeautify](https://unibeautify.com/) - Universal code beautifier with a GitHub app. Supports HTML, CSS, JavaScript, TypeScript, JSX, Vue, C++, Go, Objective-C, Java, Python, PHP, GraphQL, Markdown, and more. * [clang-format](http://clang.llvm.org/docs/ClangFormat.html) - Automatic formatting for C, C++, Java, JavaScript, ObjectiveC and Protobuf.