Created
July 18, 2017 18:20
-
-
Save rodcisal/c815ed51cea8593c1b77b5010cd8a6d4 to your computer and use it in GitHub Desktop.
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
"*": | |
"atom-clock": | |
showClockIcon: true | |
core: | |
disabledPackages: [ | |
"jshint" | |
"react" | |
"vim-mode-plus" | |
"atom-clock" | |
"linter-eslint" | |
"linter-js-standard" | |
] | |
telemetryConsent: "no" | |
themes: [ | |
"one-light-ui" | |
"one-light-syntax" | |
] | |
editor: | |
fontSize: 15 | |
invisibles: {} | |
scrollPastEnd: true | |
showIndentGuide: true | |
showInvisibles: true | |
"exception-reporting": | |
userId: "2c452179-842c-dc1d-a6d2-56cab4b121ee" | |
"fast-eslint": | |
baseConfigExtends: [ | |
"standard" | |
] | |
"fuzzy-finder": | |
ignoredNames: [ | |
"node_modules" | |
] | |
"git-diff": | |
showIconsInEditorGutter: true | |
jshint: | |
supportLintingJsx: true | |
"language-babel": {} | |
linter: {} | |
"linter-flow": | |
executablePath: "./node_modules/.bin/flow" | |
"linter-js-standard": | |
honorStyleSettings: false | |
"linter-ui-default": | |
panelHeight: 142 | |
showPanel: true | |
showProviderName: true | |
orionsoft: | |
userToken: "bByV7bZuEFnOxo0Pqleo-PT_91EzlIaWWW831XlkWE1" | |
"tree-view": {} | |
"vim-mode-plus": | |
clearHighlightSearchOnResetNormalMode: true | |
stayOnYank: true | |
useClipboardAsDefaultRegister: true | |
"vim-surround": {} | |
wakatime: | |
apikey: "Saved in your ~/.wakatime.cfg file" | |
"wakatime-hidden": | |
lastInit: 1493047076 | |
welcome: | |
showOnStartup: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment