photoprismupload/.nova/Configuration.json

12 lines
420 B
JSON
Raw Normal View History

2021-08-24 17:59:30 +00:00
{
2023-07-04 09:22:34 +00:00
"com.thorlaksson.phpcs.formatOnSave" : true,
"com.thorlaksson.phpcs.runOnChange" : "onSave",
"com.thorlaksson.phpcs.standard" : "PSR2",
"prettier.default-config.tabWidth" : 4,
"prettier.format-on-save" : "Disable",
2021-08-24 17:59:30 +00:00
"workspace.art_style" : 0,
2021-11-27 08:00:55 +00:00
"workspace.name" : "PhotoPrismUpload",
"workspace.preview_type" : "custom",
"workspace.preview_url" : "http:\/\/phlaym.net\/photoupload\/?token=1g29eaapq6"
2021-08-24 17:59:30 +00:00
}