From f640e22417c8493bbe194c3e0c38957f7e4c4853 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 3 Dec 2020 15:28:45 +0100 Subject: [PATCH] mention that this formats CockroachDB's SQL dialect (fixes #53) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd5dfa7a..e847cf6a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # sqlfmt -Experimental SQL formatter with width-aware output +Experimental formatter for CockroachDB SQL with width-aware output Based on http://homepages.inf.ed.ac.uk/wadler/papers/prettier/prettier.pdf.