From 6f4cd78e8883a800a4c8904a8d19519b6334f6b6 Mon Sep 17 00:00:00 2001 From: William Phetsinorath Date: Thu, 16 Apr 2026 23:01:39 +0200 Subject: [PATCH] oxfmt: also support toml format Signed-off-by: William Phetsinorath Change-Id: I25514f08d4432ff3e2e5f25e62098a366a6a6964 --- examples/formatter-oxfmt.toml | 1 + programs/oxfmt.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/formatter-oxfmt.toml b/examples/formatter-oxfmt.toml index 9c93244..c309769 100644 --- a/examples/formatter-oxfmt.toml +++ b/examples/formatter-oxfmt.toml @@ -18,6 +18,7 @@ includes = [ "*.mjs", "*.mustache", "*.scss", + "*.toml", "*.ts", "*.tsx", "*.vue", diff --git a/programs/oxfmt.nix b/programs/oxfmt.nix index 2b4a585..0c7e888 100644 --- a/programs/oxfmt.nix +++ b/programs/oxfmt.nix @@ -21,6 +21,7 @@ "*.mjs" "*.mustache" "*.scss" + "*.toml" "*.ts" "*.tsx" "*.vue"