From 38a03aac0e8ae4b38ce4f9ba399b547e3e80c6b9 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 22 Jan 2025 01:10:35 -0400 Subject: [PATCH] Make json nice --- dot_config/rbw/config.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/dot_config/rbw/config.json b/dot_config/rbw/config.json index 7dac6ec..b44f191 100644 --- a/dot_config/rbw/config.json +++ b/dot_config/rbw/config.json @@ -1 +1,12 @@ -{"email":"ir.shoebottom@gmail.com","sso_id":null,"base_url":"https://bitwarden.shoebottom.ca","identity_url":null,"ui_url":null,"notifications_url":null,"lock_timeout":3600,"sync_interval":3600,"pinentry":"pinentry","client_cert_path":null} \ No newline at end of file +{ + "email": "ir.shoebottom@gmail.com", + "sso_id": null, + "base_url": "https://bitwarden.shoebottom.ca", + "identity_url": null, + "ui_url": "https://bitwarden.shoebottom.ca", + "notifications_url": null, + "lock_timeout": 3600, + "sync_interval": 3600, + "pinentry": "pinentry", + "client_cert_path": null +}