neoformat

This commit is contained in:
Zacharias-Brohn
2025-12-10 18:42:52 +01:00
parent 8c9d5aba7f
commit ead16ef172
9 changed files with 236 additions and 131 deletions
+19
View File
@@ -0,0 +1,19 @@
local prettier = require("prettier")
prettier.setup({
bin = 'prettier',
filetypes = {
"css",
"graphql",
"html",
"javascript",
"javascriptreact",
"json",
"less",
"markdown",
"scss",
"typescript",
"typescriptreact",
"yaml",
},
})