Last active
December 17, 2017 21:56
-
-
Save aubford/1752ae0eef7aca26d8353846bcc7296f to your computer and use it in GitHub Desktop.
sync-settings-stable
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
# initialization file (not found) |
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
'.platform-darwin atom-text-editor': | |
'ctrl-cmd-m': 'expand-region:select-around-curly-brackets' | |
'ctrl-shift-m': 'expand-region:select-around-parentheses' | |
'shift-cmd-ctrl-s': 'bookmarks:toggle-bookmark' | |
'cmd-ctrl-s': 'bookmarks:view-all' | |
'cmd-f2': 'unset!' | |
'shift-cmd-f2': 'unset!' | |
'ctrl-cmd-enter': 'hyperclick:confirm-cursor' | |
'ctrl-cmd-alt-enter': 'diagnostics:toggle-table' | |
'ctrl-cmd-shift-enter': 'nuclide-distraction-free-mode:toggle' | |
'atom-text-editor': | |
'f2': 'unset!' | |
'ctrl-f2': 'unset!' | |
'shift-f2': 'unset!' | |
'alt-up': 'expand-region:expand' | |
'alt-down': 'expand-region:shrink' | |
'cmd-1': 'git-diff-details:toggle-git-diff-details', | |
'cmd-2': 'git-diff-details:undo' | |
'cmd-3': 'git-diff-details:copy' | |
'atom-workspace': | |
'ctrl-cmd-home': 'cursor-history:next' | |
'ctrl-cmd-end': 'cursor-history:prev' | |
'ctrl-end': 'cursor-history:prev-within-editor' | |
'ctrl-home': 'cursor-history:next-within-editor' | |
'atom-text-editor:not([mini])': | |
'ctrl-alt-up': 'window:copy-active-item-to-pane-on-right' | |
'ctrl-alt-down': 'window:copy-active-item-to-pane-on-left' | |
'ctrl-alt-right': 'window:move-active-item-to-pane-on-right' | |
'ctrl-alt-left': 'window:move-active-item-to-pane-on-left' | |
'cmd-e': 'pane:split-right-and-move-active-item' | |
'body atom-text-editor.autocomplete-active': | |
'shift-down': 'autocomplete-plus:move-down' | |
'shift-up': 'autocomplete-plus:move-up' | |
'.platform-darwin atom-workspace': | |
'cmd-\\': 'window:focus-next-pane' | |
'ctrl-cmd-\\': 'nuclide-file-tree:toggle' | |
'ctrl-\\': 'nuclide-file-tree:toggle-focus' |
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
[ | |
{ | |
"name": "about", | |
"version": "1.7.8" | |
}, | |
{ | |
"name": "archive-view", | |
"version": "0.64.1" | |
}, | |
{ | |
"name": "atom-dark-syntax", | |
"version": "0.28.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-dark-ui", | |
"version": "0.53.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-import-js", | |
"version": "0.12.0" | |
}, | |
{ | |
"name": "atom-light-syntax", | |
"version": "0.29.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-light-ui", | |
"version": "0.46.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "autocomplete-atom-api", | |
"version": "0.10.5" | |
}, | |
{ | |
"name": "autocomplete-css", | |
"version": "0.17.4" | |
}, | |
{ | |
"name": "autocomplete-html", | |
"version": "0.8.3" | |
}, | |
{ | |
"name": "autocomplete-json", | |
"version": "5.5.2" | |
}, | |
{ | |
"name": "autocomplete-modules", | |
"version": "1.8.0" | |
}, | |
{ | |
"name": "autocomplete-plus", | |
"version": "2.38.0" | |
}, | |
{ | |
"name": "autocomplete-snippets", | |
"version": "1.11.2" | |
}, | |
{ | |
"name": "autoflow", | |
"version": "0.29.0" | |
}, | |
{ | |
"name": "autosave", | |
"version": "0.24.6" | |
}, | |
{ | |
"name": "background-tips", | |
"version": "0.27.1" | |
}, | |
{ | |
"name": "base16-tomorrow-dark-theme", | |
"version": "1.5.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "base16-tomorrow-light-theme", | |
"version": "1.5.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "bookmarks", | |
"version": "0.44.4" | |
}, | |
{ | |
"name": "bracket-matcher", | |
"version": "0.88.0" | |
}, | |
{ | |
"name": "busy-signal", | |
"version": "1.4.3" | |
}, | |
{ | |
"name": "code-peek", | |
"version": "1.4.21" | |
}, | |
{ | |
"name": "command-palette", | |
"version": "0.42.0" | |
}, | |
{ | |
"name": "cursor-history", | |
"version": "0.12.0" | |
}, | |
{ | |
"name": "cursor-indicator", | |
"version": "1.2.8" | |
}, | |
{ | |
"name": "dalek", | |
"version": "0.2.1" | |
}, | |
{ | |
"name": "deprecation-cop", | |
"version": "0.56.9" | |
}, | |
{ | |
"name": "dev-live-reload", | |
"version": "0.47.1" | |
}, | |
{ | |
"name": "docblockr", | |
"version": "0.13.4" | |
}, | |
{ | |
"name": "emmet", | |
"version": "2.4.3" | |
}, | |
{ | |
"name": "encoding-selector", | |
"version": "0.23.7" | |
}, | |
{ | |
"name": "es6-javascript", | |
"version": "1.0.0" | |
}, | |
{ | |
"name": "exception-reporting", | |
"version": "0.42.0" | |
}, | |
{ | |
"name": "expand-region", | |
"version": "0.4.0" | |
}, | |
{ | |
"name": "file-icons", | |
"version": "2.1.14" | |
}, | |
{ | |
"name": "find-and-replace", | |
"version": "0.215.0" | |
}, | |
{ | |
"name": "fold-comments", | |
"version": "0.6.0" | |
}, | |
{ | |
"name": "fold-lines", | |
"version": "0.2.2" | |
}, | |
{ | |
"name": "fold-search-results", | |
"version": "1.0.5" | |
}, | |
{ | |
"name": "foldername-tabs", | |
"version": "0.2.4" | |
}, | |
{ | |
"name": "fuzzy-finder", | |
"version": "1.7.3" | |
}, | |
{ | |
"name": "git-blame", | |
"version": "1.4.0" | |
}, | |
{ | |
"name": "git-diff", | |
"version": "1.3.6" | |
}, | |
{ | |
"name": "git-diff-details", | |
"version": "1.4.0" | |
}, | |
{ | |
"name": "git-history", | |
"version": "3.3.0" | |
}, | |
{ | |
"name": "git-plus", | |
"version": "7.10.0" | |
}, | |
{ | |
"name": "git-time-machine", | |
"version": "1.5.9" | |
}, | |
{ | |
"name": "github", | |
"version": "0.8.3" | |
}, | |
{ | |
"name": "go-to-line", | |
"version": "0.32.1" | |
}, | |
{ | |
"name": "grammar-selector", | |
"version": "0.49.8" | |
}, | |
{ | |
"name": "haskell-grammar", | |
"version": "0.4.0" | |
}, | |
{ | |
"name": "highlight-selected", | |
"version": "0.13.1" | |
}, | |
{ | |
"name": "image-view", | |
"version": "0.62.4" | |
}, | |
{ | |
"name": "incompatible-packages", | |
"version": "0.27.3" | |
}, | |
{ | |
"name": "intentions", | |
"version": "1.1.5" | |
}, | |
{ | |
"name": "jumpy", | |
"version": "4.2.0" | |
}, | |
{ | |
"name": "keybinding-cheatsheet", | |
"version": "0.1.1" | |
}, | |
{ | |
"name": "keybinding-resolver", | |
"version": "0.38.1" | |
}, | |
{ | |
"name": "keyboard-scroll", | |
"version": "0.7.0" | |
}, | |
{ | |
"name": "keyboard-sounds", | |
"version": "0.2.0" | |
}, | |
{ | |
"name": "language-babel", | |
"version": "2.80.3" | |
}, | |
{ | |
"name": "language-c", | |
"version": "0.58.1" | |
}, | |
{ | |
"name": "language-clojure", | |
"version": "0.22.4" | |
}, | |
{ | |
"name": "language-coffee-script", | |
"version": "0.49.3" | |
}, | |
{ | |
"name": "language-csharp", | |
"version": "0.14.3" | |
}, | |
{ | |
"name": "language-css", | |
"version": "0.42.7" | |
}, | |
{ | |
"name": "language-gfm", | |
"version": "0.90.2" | |
}, | |
{ | |
"name": "language-git", | |
"version": "0.19.1" | |
}, | |
{ | |
"name": "language-go", | |
"version": "0.44.3" | |
}, | |
{ | |
"name": "language-graphql", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "language-haskell", | |
"version": "1.15.0" | |
}, | |
{ | |
"name": "language-html", | |
"version": "0.48.4" | |
}, | |
{ | |
"name": "language-hyperlink", | |
"version": "0.16.3" | |
}, | |
{ | |
"name": "language-ini", | |
"version": "1.19.0" | |
}, | |
{ | |
"name": "language-java", | |
"version": "0.27.6" | |
}, | |
{ | |
"name": "language-javascript", | |
"version": "0.127.6" | |
}, | |
{ | |
"name": "language-json", | |
"version": "0.19.1" | |
}, | |
{ | |
"name": "language-less", | |
"version": "0.33.0" | |
}, | |
{ | |
"name": "language-lua", | |
"version": "0.9.11" | |
}, | |
{ | |
"name": "language-make", | |
"version": "0.22.3" | |
}, | |
{ | |
"name": "language-mustache", | |
"version": "0.14.4" | |
}, | |
{ | |
"name": "language-objective-c", | |
"version": "0.15.1" | |
}, | |
{ | |
"name": "language-ocaml", | |
"version": "1.9.5" | |
}, | |
{ | |
"name": "language-perl", | |
"version": "0.38.1" | |
}, | |
{ | |
"name": "language-php", | |
"version": "0.42.2" | |
}, | |
{ | |
"name": "language-property-list", | |
"version": "0.9.1" | |
}, | |
{ | |
"name": "language-python", | |
"version": "0.45.5" | |
}, | |
{ | |
"name": "language-ruby", | |
"version": "0.71.4" | |
}, | |
{ | |
"name": "language-ruby-on-rails", | |
"version": "0.25.2" | |
}, | |
{ | |
"name": "language-rust", | |
"version": "0.4.12" | |
}, | |
{ | |
"name": "language-sass", | |
"version": "0.61.1" | |
}, | |
{ | |
"name": "language-shellscript", | |
"version": "0.25.4" | |
}, | |
{ | |
"name": "language-source", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "language-sql", | |
"version": "0.25.8" | |
}, | |
{ | |
"name": "language-swift", | |
"version": "0.5.0" | |
}, | |
{ | |
"name": "language-text", | |
"version": "0.7.3" | |
}, | |
{ | |
"name": "language-thrift", | |
"version": "1.0.2" | |
}, | |
{ | |
"name": "language-todo", | |
"version": "0.29.3" | |
}, | |
{ | |
"name": "language-toml", | |
"version": "0.18.1" | |
}, | |
{ | |
"name": "language-typescript", | |
"version": "0.2.2" | |
}, | |
{ | |
"name": "language-xml", | |
"version": "0.35.2" | |
}, | |
{ | |
"name": "language-yaml", | |
"version": "0.31.1" | |
}, | |
{ | |
"name": "last-cursor-position", | |
"version": "0.9.2" | |
}, | |
{ | |
"name": "line-ending-selector", | |
"version": "0.7.4" | |
}, | |
{ | |
"name": "link", | |
"version": "0.31.3" | |
}, | |
{ | |
"name": "linter", | |
"version": "2.2.0" | |
}, | |
{ | |
"name": "linter-eslint", | |
"version": "8.4.0" | |
}, | |
{ | |
"name": "linter-ui-default", | |
"version": "1.6.10" | |
}, | |
{ | |
"name": "local-history", | |
"version": "4.3.1" | |
}, | |
{ | |
"name": "markdown-preview", | |
"version": "0.159.18" | |
}, | |
{ | |
"name": "maximize-panes", | |
"version": "0.2.0" | |
}, | |
{ | |
"name": "merge-conflicts", | |
"version": "1.4.5" | |
}, | |
{ | |
"name": "metrics", | |
"version": "1.2.6" | |
}, | |
{ | |
"name": "notifications", | |
"version": "0.69.2" | |
}, | |
{ | |
"name": "nuclide", | |
"version": "0.270.0" | |
}, | |
{ | |
"name": "nuclide-format-js", | |
"version": "0.0.41" | |
}, | |
{ | |
"name": "one-dark-syntax", | |
"version": "1.8.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-dark-ui", | |
"version": "1.10.8", | |
"theme": "ui" | |
}, | |
{ | |
"name": "one-light-syntax", | |
"version": "1.8.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-light-ui", | |
"version": "1.10.8", | |
"theme": "ui" | |
}, | |
{ | |
"name": "open-on-github", | |
"version": "1.3.1" | |
}, | |
{ | |
"name": "package-generator", | |
"version": "1.1.1" | |
}, | |
{ | |
"name": "pigments", | |
"version": "0.40.2" | |
}, | |
{ | |
"name": "prettier-atom", | |
"version": "0.43.0" | |
}, | |
{ | |
"name": "remember-folds", | |
"version": "0.3.0" | |
}, | |
{ | |
"name": "scroll-searcher", | |
"version": "5.2.0" | |
}, | |
{ | |
"name": "set-syntax", | |
"version": "0.4.0" | |
}, | |
{ | |
"name": "settings-view", | |
"version": "0.253.0" | |
}, | |
{ | |
"name": "snippets", | |
"version": "1.1.9" | |
}, | |
{ | |
"name": "solarized-dark-syntax", | |
"version": "1.1.2", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "solarized-light-syntax", | |
"version": "1.1.2", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "sort-lines", | |
"version": "0.18.0" | |
}, | |
{ | |
"name": "spell-check", | |
"version": "0.72.3" | |
}, | |
{ | |
"name": "status-bar", | |
"version": "1.8.14" | |
}, | |
{ | |
"name": "styleguide", | |
"version": "0.49.8" | |
}, | |
{ | |
"name": "swackets", | |
"version": "0.35.0" | |
}, | |
{ | |
"name": "symbols-view", | |
"version": "0.118.1" | |
}, | |
{ | |
"name": "sync-settings", | |
"version": "0.8.3" | |
}, | |
{ | |
"name": "tab-foldername-index", | |
"version": "3.2.2" | |
}, | |
{ | |
"name": "tabs", | |
"version": "0.109.1" | |
}, | |
{ | |
"name": "timecop", | |
"version": "0.36.0" | |
}, | |
{ | |
"name": "todo-show", | |
"version": "2.1.0" | |
}, | |
{ | |
"name": "toggle-quotes", | |
"version": "1.1.0" | |
}, | |
{ | |
"name": "tool-bar", | |
"version": "1.1.0" | |
}, | |
{ | |
"name": "tree-view", | |
"version": "0.221.3" | |
}, | |
{ | |
"name": "tree-view-copy-relative-path", | |
"version": "1.2.0" | |
}, | |
{ | |
"name": "update-package-dependencies", | |
"version": "0.12.0" | |
}, | |
{ | |
"name": "welcome", | |
"version": "0.36.6" | |
}, | |
{ | |
"name": "whitespace", | |
"version": "0.37.5" | |
}, | |
{ | |
"name": "wrap-guide", | |
"version": "0.40.2" | |
} | |
] |
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-beautify": { | |
"general": { | |
"_analyticsUserId": "ffc52a31-3e5d-42cc-a6a1-1825f14c1339", | |
"beautifyEntireFileOnSave": false | |
}, | |
"js": { | |
"indent_size": 2 | |
} | |
}, | |
"atom-easy-jsdoc": { | |
"beta": true, | |
"useReturns": true | |
}, | |
"atom-minify": { | |
"jsMinifier": "UglifyJS2" | |
}, | |
"atom-ternjs": { | |
"snippetsFirst": true, | |
"useSnippets": true | |
}, | |
"auto-fold": { | |
"defaultMarkerRegexes": "/type\\s/" | |
}, | |
"autocomplete-js-import": { | |
"fuzzy": { | |
"enabled": true | |
}, | |
"importTypes": { | |
"require": false | |
} | |
}, | |
"autocomplete-modules": { | |
"babelPluginModuleResolver": true, | |
"vendors": [ | |
"node_modules", | |
"src" | |
], | |
"webpack": true | |
}, | |
"autocomplete-plus": { | |
"autoActivationDelay": 150, | |
"confirmCompletion": "enter", | |
"enableAutoConfirmSingleSuggestion": false, | |
"maxVisibleSuggestions": 5, | |
"scopeBlacklist": [ | |
".comment.block" | |
], | |
"strictMatching": true, | |
"useCoreMovementCommands": false | |
}, | |
"autosave": { | |
"enabled": true | |
}, | |
"command-palette": { | |
"preserveLastSearch": true | |
}, | |
"core": { | |
"allowPendingPaneItems": false, | |
"closeDeletedFileTabs": true, | |
"customFileTypes": { | |
"source.ini": [ | |
".hgrc", | |
".flowconfig" | |
] | |
}, | |
"disabledPackages": [ | |
"semanticolor", | |
"rainbow-tabs", | |
"clone-cursor", | |
"comment-anchors", | |
"linter", | |
"linter-ui-default", | |
"autocomplete-snippets", | |
"remember-folds", | |
"jumpy", | |
"tab-foldername-index", | |
"swackets", | |
"keyboard-sounds", | |
"last-cursor-position", | |
"tree-view", | |
"MagicPython", | |
"code-peek", | |
"fold-comments", | |
"fold-lines", | |
"fold-search-results", | |
"haskell-grammar", | |
"intentions", | |
"keybinding-cheatsheet", | |
"keyboard-scroll", | |
"language-graphql", | |
"language-haskell", | |
"language-ini", | |
"language-lua", | |
"language-ocaml", | |
"language-rust", | |
"language-swift", | |
"language-thrift", | |
"autocomplete-json", | |
"autocomplete-modules" | |
], | |
"ignoredNames": [ | |
".git", | |
".hg", | |
".svn", | |
"Icon", | |
".DS_Store", | |
"._*", | |
"Thumbs.db", | |
"npm-debug.log .sass-cache", | |
"npm-debug.log" | |
], | |
"openEmptyEditorOnStart": false, | |
"packagesWithKeymapsDisabled": [ | |
"fold-navigator", | |
"sort-lines", | |
"emmet", | |
"hyperclick" | |
], | |
"telemetryConsent": "limited", | |
"titleBar": "custom" | |
}, | |
"cursor-history": { | |
"excludeClosedBuffer": true, | |
"max": 40, | |
"rowDeltaToRemember": 6, | |
"searchAllPanes": false | |
}, | |
"docblockr": { | |
"deep_indent": true, | |
"extend_double_slash": false, | |
"per_section_indent": true | |
}, | |
"editor": { | |
"showCursorOnSelection": false, | |
"showIndentGuide": true, | |
"softWrapHangingIndent": 4 | |
}, | |
"exception-reporting": { | |
"userId": "07af5883-dc67-f69b-953c-cba067ce2689" | |
}, | |
"find-and-replace": { | |
"autocompleteSearches": true, | |
"closeFindPanelAfterSearch": true | |
}, | |
"fold-comments": { | |
"autofold": true | |
}, | |
"fold-navigator": { | |
"showLineNumbers": false | |
}, | |
"foldername-tabs": { | |
"maxLength": 0 | |
}, | |
"fuzzy-finder": { | |
"ignoredNames": [ | |
"dist" | |
] | |
}, | |
"git-blame": { | |
"columnWidth": 314, | |
"ignoreWhiteSpaceDiffs": true | |
}, | |
"git-history": { | |
"showDiff": false | |
}, | |
"git-plus": { | |
"experimental": {}, | |
"general": { | |
"_analyticsUserId": "65a6e21d-7259-4f0b-8332-1741adfe0e42", | |
"openInPane": false | |
} | |
}, | |
"glowing-cursor": { | |
"cursorWidth": 2, | |
"glowColor": { | |
"alpha": 1, | |
"blue": 252, | |
"green": 239, | |
"red": 0 | |
}, | |
"glowDistance": 10, | |
"innerColor": { | |
"alpha": 1, | |
"blue": 248, | |
"green": 250, | |
"red": 0 | |
} | |
}, | |
"grammar-token-limit": { | |
"maxTokensPerLine": 1000 | |
}, | |
"hey-pane": { | |
"expandedWidth": 97 | |
}, | |
"highlight-line": { | |
"enableSelectionBorder": true | |
}, | |
"keyboard-scroll": { | |
"animate": false | |
}, | |
"linter": { | |
"lintOnChangeInterval": 1000 | |
}, | |
"linter-ui-default": { | |
"panelHeight": 300, | |
"tooltipFollows": "Keyboard" | |
}, | |
"minimap": { | |
"absoluteMode": true, | |
"plugins": { | |
"cursorline": true, | |
"cursorlineDecorationsZIndex": 0, | |
"find-and-replace": true, | |
"find-and-replaceDecorationsZIndex": 0, | |
"git-diff": false, | |
"git-diffDecorationsZIndex": 0, | |
"linter": true, | |
"linterDecorationsZIndex": 0, | |
"minimap-autohide": true, | |
"minimap-autohideDecorationsZIndex": 0, | |
"pigments": true, | |
"pigmentsDecorationsZIndex": 0, | |
"split-diff": true, | |
"split-diffDecorationsZIndex": 0 | |
} | |
}, | |
"nuclide": { | |
"atom-ide-code-format": { | |
"formatOnType": false | |
}, | |
"atom-ide-diagnostics-ui": { | |
"showDirectoryColumn": true | |
}, | |
"installRecommendedPackages": true, | |
"nuclide-buck": { | |
"compileErrorDiagnostics": false, | |
"suggestTaskRunner": false | |
}, | |
"nuclide-ctags": { | |
"disableWithHack": false | |
}, | |
"nuclide-debugger-native": { | |
"clientLogLevel": "OFF", | |
"serverLogLevel": "OFF" | |
}, | |
"nuclide-debugger-node": { | |
"clientLogLevel": "OFF", | |
"serverLogLevel": "OFF" | |
}, | |
"nuclide-debugger-php": { | |
"logLevel": "OFF" | |
}, | |
"nuclide-distraction-free-mode": { | |
"hideToolBar": true | |
}, | |
"nuclide-file-tree": { | |
"focusEditorOnFileSelection": true, | |
"showOpenFiles": false | |
}, | |
"nuclide-flow": { | |
"canUseFlowBin": true, | |
"enableReferencesHighlight": true, | |
"flowAutocompleteResultsFirst": false, | |
"functionSnippetShouldIncludeArguments": false | |
}, | |
"nuclide-hack": { | |
"logLevel": "OFF" | |
}, | |
"nuclide-hg-repository": { | |
"enableDiffStats": true | |
}, | |
"nuclide-home": { | |
"showChangelogs": false, | |
"showHome": false | |
}, | |
"nuclide-objc": { | |
"enableAutomaticSquareBracketInsertion": false | |
}, | |
"nuclide-ocaml": { | |
"enableDiagnostics": false | |
}, | |
"nuclide-python": { | |
"autocompleteArguments": false, | |
"enableLinting": false, | |
"showGlobalVariables": false | |
}, | |
"nuclide-working-sets": { | |
"workingSets": [ | |
{ | |
"name": "Main", | |
"active": false, | |
"uris": [ | |
"/Users/aubreyford/workspace/rachio-webapp/src", | |
"/Users/aubreyford/workspace/rachio-webapp/test-utils" | |
] | |
}, | |
{ | |
"name": "Network", | |
"active": false, | |
"uris": [ | |
"/Users/aubreyford/workspace/rachio-webapp/src/ducks", | |
"/Users/aubreyford/workspace/rachio-webapp/src/util" | |
] | |
}, | |
{ | |
"name": "Root", | |
"active": false, | |
"uris": [ | |
"/Users/aubreyford/workspace/rachio-webapp/.env.example", | |
"/Users/aubreyford/workspace/rachio-webapp/.env.run.example", | |
"/Users/aubreyford/workspace/rachio-webapp/.env.test", | |
"/Users/aubreyford/workspace/rachio-webapp/.eslintignore", | |
"/Users/aubreyford/workspace/rachio-webapp/.eslintrc.json", | |
"/Users/aubreyford/workspace/rachio-webapp/.flowconfig", | |
"/Users/aubreyford/workspace/rachio-webapp/.gitignore", | |
"/Users/aubreyford/workspace/rachio-webapp/.jsdoc.conf.json", | |
"/Users/aubreyford/workspace/rachio-webapp/.tern-project", | |
"/Users/aubreyford/workspace/rachio-webapp/.version-template.ejs", | |
"/Users/aubreyford/workspace/rachio-webapp/Dockerfile", | |
"/Users/aubreyford/workspace/rachio-webapp/Jenkinsfile", | |
"/Users/aubreyford/workspace/rachio-webapp/README.md", | |
"/Users/aubreyford/workspace/rachio-webapp/backstop.json", | |
"/Users/aubreyford/workspace/rachio-webapp/integrationTest.context.js", | |
"/Users/aubreyford/workspace/rachio-webapp/karma.conf.js", | |
"/Users/aubreyford/workspace/rachio-webapp/package.json", | |
"/Users/aubreyford/workspace/rachio-webapp/test.context.js", | |
"/Users/aubreyford/workspace/rachio-webapp/test.env.json", | |
"/Users/aubreyford/workspace/rachio-webapp/webpack.base.config.js", | |
"/Users/aubreyford/workspace/rachio-webapp/webpack.config.js", | |
"/Users/aubreyford/workspace/rachio-webapp/webpack.test.config.js" | |
] | |
} | |
] | |
}, | |
"use": { | |
"nuclide-buck": false, | |
"nuclide-buck-ios": false, | |
"nuclide-datatip": true, | |
"nuclide-debugger-php": false, | |
"nuclide-graphql": false, | |
"nuclide-hack": false, | |
"nuclide-ios-simulator-logs": false, | |
"nuclide-language-hack": false, | |
"nuclide-language-reason": false, | |
"nuclide-objc": false, | |
"nuclide-ocaml": false, | |
"nuclide-python": false, | |
"nuclide-swift": false | |
} | |
}, | |
"one-dark-ui": { | |
"tabSizing": "Maximum" | |
}, | |
"prettier-atom": { | |
"prettierOptions": { | |
"parser": "flow", | |
"semi": false, | |
"singleQuote": true | |
}, | |
"useEslint": true | |
}, | |
"react": { | |
"enabledForAllJavascriptFiles": true | |
}, | |
"scope-inspector": { | |
"highlightGlobalScope": true, | |
"userId": "90307b244d06e9d7cce89745c9b4e746fa184e84" | |
}, | |
"split-diff": { | |
"diffWords": true, | |
"ignoreWhitespace": true, | |
"leftEditorColor": "red", | |
"rightEditorColor": "green", | |
"scrollSyncType": "Vertical + Horizontal", | |
"syncHorizontalScroll": true | |
}, | |
"swackets": { | |
"colorParens": true, | |
"colorSquareBrackets": true | |
}, | |
"sync-settings": { | |
"gistDescription": "sync-settings-stable", | |
"removeObsoletePackages": true | |
}, | |
"tabs": { | |
"addNewTabsAtEnd": true, | |
"enableVcsColoring": true, | |
"showIcons": false | |
}, | |
"term3": { | |
"openPanesInSameSplit": true | |
}, | |
"terminal-plus": { | |
"toggles": { | |
"autoClose": true | |
} | |
}, | |
"tool-bar": { | |
"visible": false | |
}, | |
"tree-view": { | |
"hideIgnoredNames": true | |
}, | |
"tree-view-copy-relative-path": { | |
"replaceBackslashes": false | |
}, | |
"url-utils": { | |
"linkifyTidy": false | |
}, | |
"welcome": { | |
"showOnStartup": false | |
} | |
} |
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
'.source.js': | |
'log JSON': | |
'prefix': 'lj' | |
'body': 'console.log(\'%j\', ${1:Object});$2' | |
'log sync': | |
'prefix': 'slog' | |
'body': 'console.log(JSON.parse(JSON.stringify($1)))' | |
'console log': | |
'prefix': 'log' | |
'body': "console.logg('$1', $2)$3" | |
'doc module': | |
'prefix': 'mod' | |
'body': '/**\n | |
* @module $1/$2/$3\n | |
*/' | |
'doc constructor': | |
'prefix': 'const' | |
'body': ' /**\n | |
* @constructor\n | |
* @param {$1} $2\n | |
*/' | |
'doc': | |
'prefix': 'doc' | |
'body': '/** $1 */' | |
'bind': | |
'prefix': 'bind' | |
'body': 'this.$1 = this.$1.bind(this)' | |
'eslint disable next line': | |
'prefix': 'nel' | |
'body': '// eslint-disable-next-line' | |
'eslint disable': | |
'prefix': 'dis' | |
'body': '/* eslint-disable */' | |
'eslint enable': | |
'prefix': 'ena' | |
'body': '/* eslint-enable */' | |
'flow ignore': | |
'prefix': 'ign' | |
'body': '// flow-ignore' |
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
// styles file (not found) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment