Skip to content

Instantly share code, notes, and snippets.

@Jahhein
Forked from hackjutsu/.leptonrc
Created March 31, 2018 19:26
Show Gist options
  • Save Jahhein/5bfd402636583a46a88c39f7db07958d to your computer and use it in GitHub Desktop.
Save Jahhein/5bfd402636583a46a88c39f7db07958d to your computer and use it in GitHub Desktop.
[Template for .leptonrc] This is a template for Lepton's configuration file. Please place it on your home directory. #lepton
{
"snippet": {
"expanded": true,
"newSnippetPrivate": false,
"sorting": "updated_at",
"sortingReverse": true
},
"editor" : {
"tabSize": 4
},
"logger": {
"level": "debug"
},
"proxy": {
"enable": false,
"address": "socks://localhost:1080"
},
"enterprise": {
"enable": false,
"host": "github_enterprise_host",
"token": "token_with_gist_enabled",
"avatarUrl": "optional_avatar_url"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment