Formatting

This commit is contained in:
Ben Burwood
2025-09-09 09:17:39 +01:00
parent 38cbf093e5
commit c6b64ced91

View File

@@ -3,21 +3,10 @@ import { ExecFileFn } from "./types";
export const properties = {
from: {
document: [
"yaml",
"toml",
"json",
"xml",
"csv",
],
document: ["yaml", "toml", "json", "xml", "csv"],
},
to: {
document: [
"yaml",
"toml",
"json",
"csv"
],
document: ["yaml", "toml", "json", "csv"],
},
};