From 0e5621ab2406249acfc3804bad7f817d8ba4fa0f Mon Sep 17 00:00:00 2001 From: Page Brooks Date: Mon, 31 Aug 2026 22:39:21 -0700 Subject: [PATCH] Add maxdop to Formatters --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b15320e..553dd2d 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ List of tools and techniques for working with relational databases inspired by o - [Poor SQL](http://poorsql.com/) - Instant Free and Open-Source T-SQL Formatting (look here for the plugins and whatnot: https://github.com/TaoK/PoorMansTSqlFormatter ) - [ExtendsClass](https://extendsclass.com/sql-formatter.html) - Online SQL formatter - [CodeNeat SQL Formatter](https://codeneat.dev/sql-formatter) - Privacy-first online SQL formatter supporting 7 dialects. +- [maxdop](https://github.com/pagebrooks/maxdop) - Free and open-source T-SQL formatter built on Microsoft's ScriptDom parser. Runs in editors and in CI, and re-parses its own output to check it before writing ## Tools