Skip to content

Instantly share code, notes, and snippets.

@phanviet
Created December 6, 2019 15:02
Show Gist options
  • Save phanviet/6530ee2f0dfe92b1d9c6dd764f553c62 to your computer and use it in GitHub Desktop.
Save phanviet/6530ee2f0dfe92b1d9c6dd764f553c62 to your computer and use it in GitHub Desktop.
atom config
"*":
"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