Added .prettierrc for formatting json files.

Changed example/debug profile.json
This commit is contained in:
Filipe Rodrigues 2022-07-27 18:45:04 +01:00
parent 80e0e861db
commit cc422a6a70
2 changed files with 13 additions and 6 deletions

7
.prettierrc Normal file
View File

@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"useTabs": true,
"semi": true,
"singleQuote": true,
"singleAttributePerLine": true
}

View File

@ -1,15 +1,15 @@
{
"root_path": "/home/filipe/.wallpaper/active",
"root_path": "/home/zenithsiz/.wallpaper/active",
"panels": [
{
"geometry": {
"pos": {
"x": 1360,
"y": 0
"x": 0,
"y": 312
},
"size": {
"x": 1920,
"y": 1080
"x": 1360,
"y": 768
}
},
"duration": 1800,
@ -18,4 +18,4 @@
"reverse_parallax": true
}
]
}
}