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" />
- - + +