Skip to content

Commit 18aeab3

Browse files
fix(oxfmt): align root markers with official docs (#871)
1 parent 0451b96 commit 18aeab3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lua/conform/formatters/oxfmt.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
local util = require("conform.util")
22

33
local config_file_names = {
4-
-- https://oxc.rs/docs/guide/usage/formatter.html#configuration-file
4+
-- https://oxc.rs/docs/guide/usage/formatter/config.html#create-a-config-file
55
".oxfmtrc.json",
66
".oxfmtrc.jsonc",
7+
"oxfmt.config.ts",
78
}
89

910
---@type conform.FileFormatterConfig

0 commit comments

Comments
 (0)