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 = {
|
||||
from: {
|
||||
document: [
|
||||
"yaml",
|
||||
"toml",
|
||||
"json",
|
||||
"xml",
|
||||
"csv",
|
||||
],
|
||||
document: ["yaml", "toml", "json", "xml", "csv"],
|
||||
},
|
||||
to: {
|
||||
document: [
|
||||
"yaml",
|
||||
"toml",
|
||||
"json",
|
||||
"csv"
|
||||
],
|
||||
document: ["yaml", "toml", "json", "csv"],
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue