-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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