This commit is contained in:
Jonas Braus
2025-01-29 21:50:10 +01:00
parent 991452d9f3
commit 283374bfb3
39 changed files with 29737 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"endOfLine": "lf",
"sqlKeywordCase": "lower",
"plugins": ["prettier-plugin-sql-cst"],
"overrides": [
{
"files": "**/*.json",
"options": { "parser": "json" }
}
]
}