From 249c68afa60598765b93d32d2def94b55787a033 Mon Sep 17 00:00:00 2001 From: "francesco.spilla" Date: Thu, 14 Jan 2021 14:18:11 +0100 Subject: [PATCH] custom prettier config --- src/ModelGeneration.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ModelGeneration.ts b/src/ModelGeneration.ts index dc7bcf7..061a656 100644 --- a/src/ModelGeneration.ts +++ b/src/ModelGeneration.ts @@ -12,6 +12,9 @@ import { Relation } from "./models/Relation"; const prettierOptions: Prettier.Options = { parser: "typescript", endOfLine: "auto", + singleQuote: true, + trailingComma: "all", + printWidth: 1000, }; export default function modelGenerationPhase(