Formatting
This commit is contained in:
parent
38cbf093e5
commit
c6b64ced91
1 changed files with 2 additions and 13 deletions
|
|
@ -3,21 +3,10 @@ import { ExecFileFn } from "./types";
|
||||||
|
|
||||||
export const properties = {
|
export const properties = {
|
||||||
from: {
|
from: {
|
||||||
document: [
|
document: ["yaml", "toml", "json", "xml", "csv"],
|
||||||
"yaml",
|
|
||||||
"toml",
|
|
||||||
"json",
|
|
||||||
"xml",
|
|
||||||
"csv",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
to: {
|
to: {
|
||||||
document: [
|
document: ["yaml", "toml", "json", "csv"],
|
||||||
"yaml",
|
|
||||||
"toml",
|
|
||||||
"json",
|
|
||||||
"csv"
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue