Default values as defined in index.ts
This commit is contained in:
parent
ee9a4a2605
commit
f42e3163c7
@ -32,7 +32,7 @@ export function getDefaultGenerationOptions(): IGenerationOptions {
|
||||
convertCaseFile: "pascal",
|
||||
convertCaseEntity: "pascal",
|
||||
convertCaseProperty: "camel",
|
||||
convertEol: EOL,
|
||||
convertEol: EOL === "\n" ? "LF" : "CRLF",
|
||||
propertyVisibility: "none",
|
||||
lazy: false,
|
||||
activeRecord: false,
|
||||
|
Loading…
Reference in New Issue
Block a user