using spaces instead of tabs now & added prettier config

This commit is contained in:
Janis
2022-10-27 21:14:29 +02:00
parent 00c4dbd0a1
commit 9f5c39b5a8
11 changed files with 281 additions and 277 deletions

View File

@@ -1,11 +1,11 @@
const CONFIG = {
apiKey: "9811add4-5ee3-436d-ae9d-d98ff53a1f12",
remoteAppPort: 5899,
style: {
fontBackground: "rgba(19, 20, 33, 0.5)",
fontColor: "#ffffff",
fontSize: "70pt",
fontStrokeSize: "3px",
fontStrokeColor: "#000000",
},
apiKey: "9811add4-5ee3-436d-ae9d-d98ff53a1f12",
remoteAppPort: 5899,
style: {
fontBackground: "rgba(19, 20, 33, 0.5)",
fontColor: "#ffffff",
fontSize: "70pt",
fontStrokeSize: "3px",
fontStrokeColor: "#000000",
},
};