Format default configs

This commit is contained in:
2021-10-17 10:50:20 +02:00
parent 93d2163ce9
commit 77b4fedee2
4 changed files with 22 additions and 4 deletions

View File

@@ -1 +1,6 @@
{"extends": "shell", "romount": [".gitconfig", ".gnupg", "/run/user/1000/gnupg", ".ssh/config"], "mountcwd": true, "mount": [".ssh/known_hosts"]}
{
"extends": "shell",
"romount": [".gitconfig", ".gnupg", "/run/user/1000/gnupg", ".ssh/config"],
"mountcwd": true,
"mount": [".ssh/known_hosts"]
}