Introduced templating and views

This commit is contained in:
Simon Martens
2025-02-09 14:51:04 +01:00
parent 159fa1a7bb
commit a250d1b18e
209 changed files with 74559 additions and 0 deletions

10
views/.prettierrc Normal file
View File

@@ -0,0 +1,10 @@
{
bracketSameLine: true,
bracketSpacing: true,
whitespaceSensitivity: "ignore",
proseWrap: "always",
bracketLine: true,
useTabs: true,
tabWidth: 2,
"plugins": ["prettier-plugin-go-template"]
}