Created
May 13, 2016 14:29
-
-
Save fracarma/4272c1715ea890c0b0eb95cef911094f to your computer and use it in GitHub Desktop.
Editor package config
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
"*": | |
"exception-reporting": | |
userId: "41266586-5580-d8ee-61c9-360c9c0f3750" | |
welcome: | |
showOnStartup: false | |
core: | |
disabledPackages: [ | |
"wrap-guide" | |
"atom-html-preview" | |
"browser-plus" | |
] | |
themes: [ | |
"one-dark-ui" | |
"sublime-default-syntax" | |
] | |
editor: | |
invisibles: {} | |
fontSize: 11 | |
showIndentGuide: true | |
"MavensMate-Atom": | |
mm_panel_height: 238 | |
"web-browser": {} | |
emmet: {} | |
tabs: | |
usePreviewTabs: true | |
"one-dark-ui": {} | |
goto: {} | |
tablr: {} | |
"git-plus": {} | |
"markdown-writer": {} | |
"markdown-preview-plus": {} | |
".apex.source": | |
editor: | |
softWrap: true | |
scrollPastEnd: true | |
runner: | |
scopes: | |
js: "/opt/node-v5.6.0-linux-x64/bin/node " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment