Skip to content

Instantly share code, notes, and snippets.

@wasdee
Forked from hackjutsu/.leptonrc
Last active September 8, 2018 22:51
Show Gist options
  • Save wasdee/1dd1e9ceb1d67bfbec1a26aa7827bc03 to your computer and use it in GitHub Desktop.
Save wasdee/1dd1e9ceb1d67bfbec1a26aa7827bc03 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
},
"userPanel": {
"hideProfilePhoto": true
},
"logger": {
"level": "info"
},
"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