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 }