We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd5dd1e + ebc7a43 commit 243a5cbCopy full SHA for 243a5cb
.pre-commit-hooks.yaml
@@ -0,0 +1,6 @@
1
+- id: sql-formatter
2
+ name: sql-formatter
3
+ description: "Reformat SQL files with sql-formatter"
4
+ entry: sql-formatter --fix
5
+ language: node
6
+ types: [sql]
0 commit comments