We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cd294 commit 619363cCopy full SHA for 619363c
1 file changed
lua/conform/formatters/oxfmt.lua
@@ -5,6 +5,9 @@ local config_file_names = {
5
".oxfmtrc.json",
6
".oxfmtrc.jsonc",
7
"oxfmt.config.ts",
8
+ -- https://viteplus.dev/guide/fmt#configuration
9
+ "vite.config.ts",
10
+ "vite.config.js",
11
}
12
13
---@type conform.FileFormatterConfig
0 commit comments