added markdown formatting and formatted the readme as a test

This commit is contained in:
2026-08-10 16:59:05 +01:00
parent 1ddcc8f068
commit dc386a5f5c
2 changed files with 7 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ require("conform").setup({
javascript = { "prettier" },
typescriptreact = { "prettier" },
typescript = { "prettier" },
markdown = { "prettier" },
html = { "prettier" },
svelte = { "prettier" },
python = { "black" },