From 34adda149834e4ea3fae096b8d149fd27c529ba8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 7 Jul 2024 10:10:59 +0300 Subject: [PATCH] .prettierrc.json: update from shell-things and cleanup --- .prettierrc.json | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 8cb4a40..cdc55c2 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,17 +1,11 @@ { - "insertPragma": false, - "overrides": [ - { - "files": ".prettierrc", - "options": { - "parser": "json" - } - } - ], + "bracketSameLine": true, + "endOfLine": "auto", "plugins": [ "@prettier/plugin-xml", "prettier-plugin-sh" ], "proseWrap": "always", + "quoteProps": "consistent", "singleAttributePerLine": true }