From b1fa7e1ceb8bc1cb660d996243c464777191bd3e Mon Sep 17 00:00:00 2001 From: frankpagan Date: Mon, 4 Nov 2024 08:10:44 -0500 Subject: [PATCH] fix: pretier.config.js and file formating --- prettier.config.js | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/prettier.config.js b/prettier.config.js index c651441..c184de6 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -1,15 +1,16 @@ module.exports = { - tabWidth: 4, - semi: true, - trailingComma: "none", - bracketSameLine: true, - useTabs: true, - overrides: [ - { - files: ["*.json", "*.yml", "*.yaml"], - options: { - tabWidth: 2, - }, - } - ], - }; + tabWidth: 4, + semi: true, + trailingComma: "none", + bracketSameLine: true, + useTabs: true, + overrides: [ + { + files: ["*.json", "*.yml", "*.yaml"], + options: { + tabWidth: 2, + useTabs: false + }, + } + ], + }; \ No newline at end of file