From b6704b8da6f192433756c4c63bdeec97018fe76c Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 19 Jun 2024 08:17:28 +0300 Subject: [PATCH] .prettierrc: enable proseWrap and singleAttributePerLine --- .prettierrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.prettierrc b/.prettierrc index c924e5f..b0a41f9 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,7 @@ { + "insertPragma": false, + "proseWrap": "always", + "singleAttributePerLine": true, "plugins": ["@prettier/plugin-xml", "prettier-plugin-sh"], "overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }] }