[user]
	email = james@greenfiling.com
	name = James Patrick
  signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbxQtU3f3ASNOSz9uSygKqm8P9DNJ5ITlBKrLE9ilnf

[gpg]
  format = ssh

[gpg "ssh"]
  program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"

[commit]
  gpgsign = true

[core]
  editor = vim
	excludesfile = /Users/james/.gitignore_global

[github]
	user = jamesepatrick
[alias]
	root = rev-parse --show-toplevel
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
[init]
	defaultBranch = develop

[gpg]
  format = ssh

[commit]
  gpgsign = true

[push]
	autoSetupRemote = true