From d5bc855114be8e1aa9e2f292764e09352dc60b9c Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Mon, 9 Mar 2026 16:18:45 +0000 Subject: [PATCH] Update prettier to use automatic line endings --- webapp/.prettierrc.json | 3 ++- .../components/labThingsComponents/inputFromSchema.vue | 8 ++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/webapp/.prettierrc.json b/webapp/.prettierrc.json index 8ff73226..456d2afb 100644 --- a/webapp/.prettierrc.json +++ b/webapp/.prettierrc.json @@ -3,5 +3,6 @@ "semi": true, "singleQuote": false, "printWidth": 100, - "tabWidth": 2 + "tabWidth": 2, + "endOfLine": "auto" } \ No newline at end of file diff --git a/webapp/src/components/labThingsComponents/inputFromSchema.vue b/webapp/src/components/labThingsComponents/inputFromSchema.vue index fa1f4bd4..47ff8634 100644 --- a/webapp/src/components/labThingsComponents/inputFromSchema.vue +++ b/webapp/src/components/labThingsComponents/inputFromSchema.vue @@ -34,8 +34,12 @@ @animationend="animationEnd" />
- - + +