summaryrefslogtreecommitdiff
path: root/snippets/global.json
blob: 32f9ccd52d7e90debf00ba5ae6811e96c7e25cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "Naz's git config": {
    "prefix": "gitnaz",
    "body": [
      "[user]",
      "  name = Naz",
      "  email = ndpm13@ch-naseem.com",
      "	signingkey = 42508039D5D91EF2B88946A39E78923117CD6639",
      "[commit]",
      "	gpgsign = true"
    ],
    "description": "Naz's git config"
  }
}