fix(formatting): add typescript to conform

This commit is contained in:
2024-08-09 18:56:17 +02:00
parent f6e553087c
commit 81426f1cb0

View File

@@ -8,6 +8,7 @@ return {
c = { "clang_format" },
cs = { "csharpier" },
javascript = { "prettierd" },
typescript = { "prettierd" },
dart = { "dart_format" },
},
}