diff --git a/.prettierrc b/.prettierrc index 14853fc..ed9d233 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,13 @@ { + "printWidth": 100, "proseWrap": "always", - "plugins": ["prettier-plugin-tailwindcss"] + "plugins": ["prettier-plugin-tailwindcss"], + "overrides": [ + { + "files": "*.md", + "options": { + "printWidth": 80 + } + } + ] } diff --git a/gdn-app/src/App.vue b/gdn-app/src/App.vue index 37903e1..b5e072c 100644 --- a/gdn-app/src/App.vue +++ b/gdn-app/src/App.vue @@ -20,12 +20,7 @@ window.addEventListener("keypress", (ev) => {