mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-03 17:52:15 +00:00
Added .prettierrc for formatting json files.
Changed example/debug profile.json
This commit is contained in:
parent
80e0e861db
commit
cc422a6a70
7
.prettierrc
Normal file
7
.prettierrc
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"trailingComma": "es5",
|
||||
"useTabs": true,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"singleAttributePerLine": true
|
||||
}
|
||||
12
profile.json
12
profile.json
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user