Skip to content

Commit b4ad15e

Browse files
authored
feature/sql-query-formatting (#66)
* feat: add SQL formatting support in editor component * feat: implement centralized SQL formatting providers for editor component
1 parent 57d5443 commit b4ad15e

File tree

5 files changed

+5069
-1
lines changed

5 files changed

+5069
-1
lines changed

ui/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"lucide-react": "^0.533.0",
3030
"monaco-editor": "^0.52.2",
3131
"monaco-sql-languages": "^0.15.1",
32+
"sql-formatter": "15.4.6",
3233
"react": "^19.1.1",
3334
"react-code-blocks": "^0.1.6",
3435
"react-data-grid": "^7.0.0-beta.56",
@@ -53,4 +54,4 @@
5354
"typescript": "^5.2.2",
5455
"vite": "^5.2.0"
5556
}
56-
}
57+
}

0 commit comments

Comments
 (0)