Created
December 6, 2019 15:02
-
-
Save phanviet/6530ee2f0dfe92b1d9c6dd764f553c62 to your computer and use it in GitHub Desktop.
atom config
This file contains hidden or 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
"*": | |
"autocomplete-plus": | |
strictMatching: true | |
core: | |
disabledPackages: [ | |
"linter" | |
] | |
telemetryConsent: "no" | |
themes: [ | |
"atom-light-ui" | |
"atom-light-syntax" | |
] | |
customFileTypes: | |
'source.velocity': ['vtl'] | |
editor: | |
fontFamily: "Iosevka, Menlo, Consolas, DejaVu Sans Mono, monospace" | |
fontSize: 12 | |
"exception-reporting": | |
userId: "dd5f03fe-ce17-4a37-be42-ec1d011a352e" | |
"fuzzy-finder": {} | |
gist: | |
token: "8a68039c241b6ff5ad45fd8e1714cca07618dbc1" | |
welcome: | |
showOnStartup: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment