Last active
October 5, 2018 16:16
-
-
Save stdavis/fee956150f86a02fedf8 to your computer and use it in GitHub Desktop.
automatic update by http://atom.io/packages/sync-settings
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.commands.add('atom-workspace', 'custom:semicolonize', () => { | |
| editor = atom.workspace.getActiveTextEditor(); | |
| editor.moveToEndOfLine(); | |
| editor.insertText(';'); | |
| }); | |
| atom.commands.add('atom-workspace', 'custom:colonize', () => { | |
| editor = atom.workspace.getActiveTextEditor(); | |
| editor.moveToEndOfLine(); | |
| editor.insertText(':'); | |
| editor.insertNewline(); | |
| }); |
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
| { | |
| ".editor": { | |
| "cmd-alt-a": "tabs:close-all-tabs" | |
| }, | |
| "atom-workspace atom-text-editor:not([mini])[data-grammar='source js'], atom-workspace atom-text-editor:not([mini])[data-grammar='source js jsx']": { | |
| "shift-enter": "custom:semicolonize" | |
| }, | |
| "atom-workspace atom-text-editor:not([mini])[data-grammar='source python']": { | |
| "shift-enter": "custom:colonize" | |
| }, | |
| "atom-workspace atom-text-editor:not([mini])": { | |
| "cmd-alt-j": "linter-ui-default:next-error", | |
| "cmd-alt-k": "linter-ui-default:previous-error", | |
| "ctrl-i": "cursor-history:next", | |
| "ctrl-o": "cursor-history:prev", | |
| "ctrl-cmd-i": "cursor-history:next-within-editor", | |
| "ctrl-cmd-o": "cursor-history:prev-within-editor" | |
| }, | |
| ".platform-darwin": { | |
| "cmd-k left": "pane:split-left", | |
| "cmd-k right": "pane:split-right", | |
| "cmd-k up": "pane:split-up", | |
| "cmd-k down": "pane:split-down", | |
| "cmd-k m left": "pane:split-left-and-move-active-item", | |
| "cmd-k m right": "pane:split-right-and-move-active-item", | |
| "cmd-k m up": "pane:split-up-and-move-active-item", | |
| "cmd-k m down": "pane:split-down-and-move-active-item", | |
| "cmd-k d left": "pane:split-left-and-copy-active-item", | |
| "cmd-k d right": "pane:split-right-and-copy-active-item", | |
| "cmd-k d up": "pane:split-up-and-copy-active-item", | |
| "cmd-k d down": "pane:split-down-and-copy-active-item", | |
| "cmd-ctrl-shift-left": "window:move-active-item-to-pane-on-left", | |
| "cmd-ctrl-shift-right": "window:move-active-item-to-pane-on-right", | |
| "cmd-ctrl-shift-up": "window:move-active-item-to-pane-above", | |
| "cmd-ctrl-shift-down": "window:move-active-item-to-pane-below" | |
| }, | |
| "atom-text-editor.vim-mode.insert-mode": { | |
| "ctrl-w": "emmet:wrap-with-abbreviation" | |
| }, | |
| ".platform-darwin atom-workspace": { | |
| "alt-cmd-t": "terminal-plus:new", | |
| "shift-cmd-T": "pane:reopen-closed-item" | |
| }, | |
| "atom-text-editor.vim-mode-plus.normal-mode": { | |
| "ctrl-j": "focus-pane-or-panel:focus-below", | |
| "ctrl-k": "focus-pane-or-panel:focus-above", | |
| "ctrl-h": "focus-pane-or-panel:focus-on-left", | |
| "ctrl-l": "focus-pane-or-panel:focus-on-right" | |
| }, | |
| ".tree-view": { | |
| "ctrl-h": "focus-pane-or-panel:focus-on-left", | |
| "ctrl-l": "focus-pane-or-panel:focus-on-right" | |
| }, | |
| ".platform-darwin .find-and-replace atom-text-editor": { | |
| "ctrl-j": "focus-pane-or-panel:focus-below", | |
| "ctrl-k": "focus-pane-or-panel:focus-above" | |
| }, | |
| ".platform-darwin .project-find atom-text-editor": { | |
| "ctrl-j": "focus-pane-or-panel:focus-below", | |
| "ctrl-k": "focus-pane-or-panel:focus-above" | |
| } | |
| } |
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": "Stylus", | |
| "version": "3.2.0" | |
| }, | |
| { | |
| "name": "Sublime-Style-Column-Selection", | |
| "version": "1.7.5" | |
| }, | |
| { | |
| "name": "about", | |
| "version": "1.9.1" | |
| }, | |
| { | |
| "name": "advanced-open-file", | |
| "version": "0.16.8" | |
| }, | |
| { | |
| "name": "agrc-snippets", | |
| "version": "0.1.0" | |
| }, | |
| { | |
| "name": "amdbutler", | |
| "version": "1.0.3" | |
| }, | |
| { | |
| "name": "archive-view", | |
| "version": "0.65.1" | |
| }, | |
| { | |
| "name": "atom-beautify", | |
| "version": "0.33.4" | |
| }, | |
| { | |
| "name": "atom-dark-syntax", | |
| "version": "0.29.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "atom-dark-ui", | |
| "version": "0.53.2", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "atom-light-syntax", | |
| "version": "0.29.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "atom-light-ui", | |
| "version": "0.46.2", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "atom-material-syntax", | |
| "version": "1.0.8", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "atom-material-syntax-dark", | |
| "version": "1.0.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "atom-material-syntax-light", | |
| "version": "0.4.6", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "atom-material-ui", | |
| "version": "2.1.3", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "atom-prettify", | |
| "version": "0.1.3" | |
| }, | |
| { | |
| "name": "atom-ternjs", | |
| "version": "0.18.3" | |
| }, | |
| { | |
| "name": "atomic-ui", | |
| "version": "1.5.2", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "autoclose-html", | |
| "version": "0.23.0" | |
| }, | |
| { | |
| "name": "autocomplete-atom-api", | |
| "version": "0.10.7" | |
| }, | |
| { | |
| "name": "autocomplete-css", | |
| "version": "0.17.5" | |
| }, | |
| { | |
| "name": "autocomplete-html", | |
| "version": "0.8.4" | |
| }, | |
| { | |
| "name": "autocomplete-plus", | |
| "version": "2.40.7" | |
| }, | |
| { | |
| "name": "autocomplete-python", | |
| "version": "1.10.12" | |
| }, | |
| { | |
| "name": "autocomplete-snippets", | |
| "version": "1.12.0" | |
| }, | |
| { | |
| "name": "autoflow", | |
| "version": "0.29.4" | |
| }, | |
| { | |
| "name": "autosave", | |
| "version": "0.24.6" | |
| }, | |
| { | |
| "name": "background-tips", | |
| "version": "0.28.0" | |
| }, | |
| { | |
| "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.45.1" | |
| }, | |
| { | |
| "name": "bracket-matcher", | |
| "version": "0.89.2" | |
| }, | |
| { | |
| "name": "busy-signal", | |
| "version": "1.4.3" | |
| }, | |
| { | |
| "name": "case-switch", | |
| "version": "2.2.4" | |
| }, | |
| { | |
| "name": "color-picker", | |
| "version": "2.3.0" | |
| }, | |
| { | |
| "name": "command-palette", | |
| "version": "0.43.5" | |
| }, | |
| { | |
| "name": "cursor-history", | |
| "version": "0.13.1" | |
| }, | |
| { | |
| "name": "dalek", | |
| "version": "0.2.2" | |
| }, | |
| { | |
| "name": "deprecation-cop", | |
| "version": "0.56.9" | |
| }, | |
| { | |
| "name": "dev-live-reload", | |
| "version": "0.48.1" | |
| }, | |
| { | |
| "name": "dracula-syntax", | |
| "version": "2.0.7", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "duotone-dark-syntax", | |
| "version": "2.1.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "duotone-light-syntax", | |
| "version": "2.1.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "emmet", | |
| "version": "2.4.3" | |
| }, | |
| { | |
| "name": "encoding-selector", | |
| "version": "0.23.9" | |
| }, | |
| { | |
| "name": "exception-reporting", | |
| "version": "0.43.1" | |
| }, | |
| { | |
| "name": "ficus-syntax", | |
| "version": "2.1.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "file-icons", | |
| "version": "2.1.25" | |
| }, | |
| { | |
| "name": "find-and-replace", | |
| "version": "0.215.12" | |
| }, | |
| { | |
| "name": "flatwhite-syntax", | |
| "version": "0.8.1", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "fuzzy-finder", | |
| "version": "1.8.2" | |
| }, | |
| { | |
| "name": "genesis-syntax", | |
| "version": "1.0.9", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "genesis-ui", | |
| "version": "0.5.0", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "git-diff", | |
| "version": "1.3.9" | |
| }, | |
| { | |
| "name": "github", | |
| "version": "0.19.0" | |
| }, | |
| { | |
| "name": "go-to-line", | |
| "version": "0.33.0" | |
| }, | |
| { | |
| "name": "grammar-selector", | |
| "version": "0.50.1" | |
| }, | |
| { | |
| "name": "highlight-selected", | |
| "version": "0.14.0" | |
| }, | |
| { | |
| "name": "image-view", | |
| "version": "0.63.1" | |
| }, | |
| { | |
| "name": "incompatible-packages", | |
| "version": "0.27.3" | |
| }, | |
| { | |
| "name": "intentions", | |
| "version": "1.1.5" | |
| }, | |
| { | |
| "name": "isotope-light-ui", | |
| "version": "2.3.0", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "jsformat", | |
| "version": "0.9.3" | |
| }, | |
| { | |
| "name": "keybinding-resolver", | |
| "version": "0.38.2" | |
| }, | |
| { | |
| "name": "language-c", | |
| "version": "0.60.4" | |
| }, | |
| { | |
| "name": "language-clojure", | |
| "version": "0.22.7" | |
| }, | |
| { | |
| "name": "language-coffee-script", | |
| "version": "0.49.3" | |
| }, | |
| { | |
| "name": "language-csharp", | |
| "version": "1.0.4" | |
| }, | |
| { | |
| "name": "language-css", | |
| "version": "0.42.11" | |
| }, | |
| { | |
| "name": "language-diff", | |
| "version": "0.7.0" | |
| }, | |
| { | |
| "name": "language-gfm", | |
| "version": "0.90.5" | |
| }, | |
| { | |
| "name": "language-git", | |
| "version": "0.19.1" | |
| }, | |
| { | |
| "name": "language-gitignore", | |
| "version": "0.3.0" | |
| }, | |
| { | |
| "name": "language-go", | |
| "version": "0.46.2" | |
| }, | |
| { | |
| "name": "language-html", | |
| "version": "0.51.5" | |
| }, | |
| { | |
| "name": "language-hyperlink", | |
| "version": "0.16.3" | |
| }, | |
| { | |
| "name": "language-java", | |
| "version": "0.30.0" | |
| }, | |
| { | |
| "name": "language-javascript", | |
| "version": "0.129.9" | |
| }, | |
| { | |
| "name": "language-json", | |
| "version": "0.19.2" | |
| }, | |
| { | |
| "name": "language-less", | |
| "version": "0.34.2" | |
| }, | |
| { | |
| "name": "language-log", | |
| "version": "1.10.1" | |
| }, | |
| { | |
| "name": "language-make", | |
| "version": "0.22.3" | |
| }, | |
| { | |
| "name": "language-mustache", | |
| "version": "0.14.5" | |
| }, | |
| { | |
| "name": "language-objective-c", | |
| "version": "0.15.1" | |
| }, | |
| { | |
| "name": "language-perl", | |
| "version": "0.38.1" | |
| }, | |
| { | |
| "name": "language-php", | |
| "version": "0.44.0" | |
| }, | |
| { | |
| "name": "language-property-list", | |
| "version": "0.9.1" | |
| }, | |
| { | |
| "name": "language-python", | |
| "version": "0.51.4" | |
| }, | |
| { | |
| "name": "language-ruby", | |
| "version": "0.72.7" | |
| }, | |
| { | |
| "name": "language-ruby-on-rails", | |
| "version": "0.25.3" | |
| }, | |
| { | |
| "name": "language-sass", | |
| "version": "0.62.0" | |
| }, | |
| { | |
| "name": "language-shellscript", | |
| "version": "0.27.4" | |
| }, | |
| { | |
| "name": "language-source", | |
| "version": "0.9.0" | |
| }, | |
| { | |
| "name": "language-sql", | |
| "version": "0.25.10" | |
| }, | |
| { | |
| "name": "language-text", | |
| "version": "0.7.4" | |
| }, | |
| { | |
| "name": "language-todo", | |
| "version": "0.29.4" | |
| }, | |
| { | |
| "name": "language-toml", | |
| "version": "0.18.2" | |
| }, | |
| { | |
| "name": "language-typescript", | |
| "version": "0.4.6" | |
| }, | |
| { | |
| "name": "language-xml", | |
| "version": "0.35.2" | |
| }, | |
| { | |
| "name": "language-yaml", | |
| "version": "0.32.0" | |
| }, | |
| { | |
| "name": "line-ending-selector", | |
| "version": "0.7.7" | |
| }, | |
| { | |
| "name": "link", | |
| "version": "0.31.4" | |
| }, | |
| { | |
| "name": "linter", | |
| "version": "2.2.0" | |
| }, | |
| { | |
| "name": "linter-eslint", | |
| "version": "8.4.1" | |
| }, | |
| { | |
| "name": "linter-flake8", | |
| "version": "2.3.0" | |
| }, | |
| { | |
| "name": "linter-ui-default", | |
| "version": "1.7.1" | |
| }, | |
| { | |
| "name": "livereload", | |
| "version": "0.4.4" | |
| }, | |
| { | |
| "name": "markdown-preview", | |
| "version": "0.159.23" | |
| }, | |
| { | |
| "name": "merge-conflicts", | |
| "version": "1.4.5" | |
| }, | |
| { | |
| "name": "metrics", | |
| "version": "1.6.2" | |
| }, | |
| { | |
| "name": "minimap", | |
| "version": "4.29.9" | |
| }, | |
| { | |
| "name": "minimap-git-diff", | |
| "version": "4.3.1" | |
| }, | |
| { | |
| "name": "minimap-highlight-selected", | |
| "version": "4.6.1" | |
| }, | |
| { | |
| "name": "monokai", | |
| "version": "0.24.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "nebula-syntax", | |
| "version": "0.4.5", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "nebula-ui", | |
| "version": "0.9.3", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "notifications", | |
| "version": "0.70.5" | |
| }, | |
| { | |
| "name": "one-dark-syntax", | |
| "version": "1.8.4", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "one-dark-ui", | |
| "version": "1.12.4", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "one-light-syntax", | |
| "version": "1.8.4", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "one-light-ui", | |
| "version": "1.12.5", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "open-on-github", | |
| "version": "1.3.1" | |
| }, | |
| { | |
| "name": "package-generator", | |
| "version": "1.3.0" | |
| }, | |
| { | |
| "name": "pigments", | |
| "version": "0.40.2" | |
| }, | |
| { | |
| "name": "pretty-json", | |
| "version": "2.0.3" | |
| }, | |
| { | |
| "name": "project-manager", | |
| "version": "3.3.6" | |
| }, | |
| { | |
| "name": "python-isort", | |
| "version": "0.0.7" | |
| }, | |
| { | |
| "name": "python-yapf", | |
| "version": "0.14.0" | |
| }, | |
| { | |
| "name": "react", | |
| "version": "0.18.0" | |
| }, | |
| { | |
| "name": "seti-syntax", | |
| "version": "1.2.0", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "seti-ui", | |
| "version": "1.11.0", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "settings-view", | |
| "version": "0.255.0" | |
| }, | |
| { | |
| "name": "snippets", | |
| "version": "1.3.5" | |
| }, | |
| { | |
| "name": "solarized-dark-syntax", | |
| "version": "1.1.5", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "solarized-light-syntax", | |
| "version": "1.1.5", | |
| "theme": "syntax" | |
| }, | |
| { | |
| "name": "sort-lines", | |
| "version": "0.18.0" | |
| }, | |
| { | |
| "name": "spell-check", | |
| "version": "0.74.0" | |
| }, | |
| { | |
| "name": "split-diff", | |
| "version": "1.5.2" | |
| }, | |
| { | |
| "name": "status-bar", | |
| "version": "1.8.15" | |
| }, | |
| { | |
| "name": "styleguide", | |
| "version": "0.49.12" | |
| }, | |
| { | |
| "name": "sunset", | |
| "version": "1.3.0" | |
| }, | |
| { | |
| "name": "symbols-view", | |
| "version": "0.118.2" | |
| }, | |
| { | |
| "name": "sync-settings", | |
| "version": "0.8.6" | |
| }, | |
| { | |
| "name": "tabs", | |
| "version": "0.109.2" | |
| }, | |
| { | |
| "name": "teletype", | |
| "version": "0.13.3" | |
| }, | |
| { | |
| "name": "timecop", | |
| "version": "0.36.2" | |
| }, | |
| { | |
| "name": "travis-ci-status", | |
| "version": "1.3.1" | |
| }, | |
| { | |
| "name": "tree-view", | |
| "version": "0.224.2" | |
| }, | |
| { | |
| "name": "unity-ui", | |
| "version": "2.1.11", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "update-package-dependencies", | |
| "version": "0.13.1" | |
| }, | |
| { | |
| "name": "vim-mode-plus", | |
| "version": "1.35.0" | |
| }, | |
| { | |
| "name": "welcome", | |
| "version": "0.36.7" | |
| }, | |
| { | |
| "name": "white-ui", | |
| "version": "2.6.4", | |
| "theme": "ui" | |
| }, | |
| { | |
| "name": "whitespace", | |
| "version": "0.37.6" | |
| }, | |
| { | |
| "name": "wrap-guide", | |
| "version": "0.40.3" | |
| }, | |
| { | |
| "name": "xml-formatter", | |
| "version": "0.11.0" | |
| } | |
| ] |
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
| { | |
| "amdbutler": { | |
| "baseFolders": [ | |
| "src", | |
| "crawlTest" | |
| ] | |
| }, | |
| "atom-beautify": { | |
| "general": { | |
| "_analyticsUserId": "98460a32-f1df-4f60-a43e-a3e5049571ed" | |
| }, | |
| "html": { | |
| "indent_size": 2 | |
| } | |
| }, | |
| "atom-clock": { | |
| "dateFormat": "h:mm a" | |
| }, | |
| "atom-isort": { | |
| "sortOnSave": true | |
| }, | |
| "atom-ternjs": { | |
| "inlineFnCompletionDocumentation": true, | |
| "snippetsFirst": true, | |
| "useSnippets": true | |
| }, | |
| "auto-detect-indentation": {}, | |
| "autocomplete-plus": { | |
| "autoActivationDelay": 300, | |
| "backspaceTriggersAutocomplete": true, | |
| "confirmCompletion": "enter", | |
| "enableAutoConfirmSingleSuggestion": false, | |
| "enableBuiltinProvider": false, | |
| "fileBlacklist": [ | |
| ".html" | |
| ] | |
| }, | |
| "autocomplete-python": { | |
| "useKite": false | |
| }, | |
| "bracket-matcher": { | |
| "highlightMatchingLineNumber": true | |
| }, | |
| "color-picker": { | |
| "automaticReplace": true | |
| }, | |
| "core": { | |
| "closeDeletedFileTabs": true, | |
| "customFileTypes": { | |
| "source.python": [ | |
| "pyt" | |
| ], | |
| "text.html": [ | |
| ".hbs" | |
| ], | |
| "text.xml": [ | |
| ".sddraft" | |
| ] | |
| }, | |
| "destroyEmptyPanes": false, | |
| "disabledPackages": [ | |
| "vim-mode", | |
| "linter-jshint", | |
| "autocomplete-paths" | |
| ], | |
| "fileSystemWatcher": "experimental", | |
| "ignoredNames": [ | |
| ".git", | |
| ".hg", | |
| ".svn", | |
| ".DS_Store", | |
| "._*", | |
| "Thumbs.db", | |
| "*.pyc", | |
| "__pycache__" | |
| ], | |
| "openEmptyEditorOnStart": false, | |
| "packagesWithKeymapsDisabled": [], | |
| "projectHome": "/Users/stdavis/Documents/Projects", | |
| "telemetryConsent": "limited", | |
| "themes": [ | |
| "one-light-ui", | |
| "one-light-syntax" | |
| ], | |
| "titleBar": "hidden" | |
| }, | |
| "duotone-light-syntax": { | |
| "color": { | |
| "duo": "#6d0a78", | |
| "uno": "#d4d02d" | |
| } | |
| }, | |
| "editor": { | |
| "autoIndentOnPaste": false, | |
| "backUpBeforeSaving": true, | |
| "fontFamily": "FiraCode-Retina", | |
| "fontSize": 15, | |
| "preferredLineLength": 120, | |
| "scrollPastEnd": true, | |
| "showIndentGuide": true, | |
| "showInvisibles": true | |
| }, | |
| "exception-reporting": { | |
| "userId": "068dd0a0-6e73-f8be-10c9-608432b2ae5b" | |
| }, | |
| "fuzzy-finder": { | |
| "ignoredNames": [ | |
| "node_modules" | |
| ], | |
| "prefillFromSelection": true, | |
| "searchAllPanes": true | |
| }, | |
| "gist-it": { | |
| "userToken": "f7dbaebb2776bfb05d8de11852cb026abf074482" | |
| }, | |
| "jsformat": { | |
| "format_on_save": false | |
| }, | |
| "linter": { | |
| "lintOnChangeInterval": 1000, | |
| "lintOnEditorFocus": false, | |
| "showHighlighting": true | |
| }, | |
| "linter-eslint": { | |
| "disableFSCache": true, | |
| "disableWhenNoEslintConfig": false, | |
| "globalNodePath": "/Users/stdavis/.nvm/versions/node/v8.12.0", | |
| "rulesToSilenceWhileTyping": [ | |
| "no-trailing-spaces", | |
| "eol-last" | |
| ], | |
| "useGlobalEslint": true | |
| }, | |
| "linter-flake8": { | |
| "executablePath": "/Users/stdavis/Library/Python/2.7/bin/flake8", | |
| "maxLineLength": 160, | |
| "projectConfigFile": [ | |
| "tox.ini" | |
| ] | |
| }, | |
| "linter-jscs": { | |
| "onlyConfig": true, | |
| "preset": "crockford" | |
| }, | |
| "linter-jshint": { | |
| "disableWhenNoJshintrcFileInPath": true | |
| }, | |
| "linter-stylint": { | |
| "onlyRunWhenConfig": true | |
| }, | |
| "linter-ui-default": { | |
| "panelHeight": 69, | |
| "tooltipFollows": "Mouse" | |
| }, | |
| "livereload": { | |
| "exclusions": "node_modules/" | |
| }, | |
| "markdown-preview": { | |
| "useGitHubStyle": true | |
| }, | |
| "metrics": { | |
| "userId": "d86656aeaa445b7776018e8528738ecb01f5ac29" | |
| }, | |
| "minimap": { | |
| "absoluteMode": true, | |
| "adjustAbsoluteModeHeight": true, | |
| "disablePythonDocLinks": true, | |
| "plugins": { | |
| "git-diff": true, | |
| "git-diffDecorationsZIndex": 0, | |
| "highlight-selected": true, | |
| "highlight-selectedDecorationsZIndex": 0 | |
| }, | |
| "textOpacity": 0.2 | |
| }, | |
| "minimap-git-diff": {}, | |
| "nebula-ui": { | |
| "hideSingleTab": false | |
| }, | |
| "pigments": { | |
| "dismissableReloadNotifications": false, | |
| "mergeColorDuplicates": true, | |
| "notifyReloads": false | |
| }, | |
| "project-manager": { | |
| "alwaysOpenInSameWindow": true, | |
| "closeCurrent": true, | |
| "includeGitRepositories": true, | |
| "prettifyTitle": false, | |
| "showPath": false, | |
| "sortBy": "last modified" | |
| }, | |
| "python-isort": { | |
| "sortOnSave": true | |
| }, | |
| "python-yapf": { | |
| "yapfPath": "/Users/stdavis/Library/Python/2.7/bin/yapf", | |
| "yapfStyle": "{based_on_style: google, column_limit: 160}" | |
| }, | |
| "sunset": { | |
| "daytime_syntax_theme": "one-light-syntax", | |
| "daytime_ui_theme": "one-light-ui", | |
| "nighttime_syntax_theme": "one-dark-syntax", | |
| "nighttime_ui_theme": "one-dark-ui", | |
| "when_does_it_get_dark": 1900, | |
| "when_does_it_get_light": 800 | |
| }, | |
| "sync-settings": { | |
| "quietUpdateCheck": true | |
| }, | |
| "teletype": { | |
| "askBeforeJoiningPortalViaExternalApp": false | |
| }, | |
| "tree-view": { | |
| "focusOnReveal": false, | |
| "hideIgnoredNames": true | |
| }, | |
| "vim-mode": { | |
| "useClipboardAsDefaultRegister": false | |
| }, | |
| "vim-mode-plus": { | |
| "automaticallyEscapeInsertModeOnActivePaneItemChange": true, | |
| "hideTabBarOnMaximizePane": false, | |
| "incrementalSearch": true, | |
| "keymapPToPutWithAutoIndent": true, | |
| "keymapSemicolonToInnerAnyPairInVisualMode": true, | |
| "smoothScrollOnFullScrollMotion": true, | |
| "smoothScrollOnFullScrollMotionDuration": 250, | |
| "smoothScrollOnHalfScrollMotion": true, | |
| "smoothScrollOnHalfScrollMotionDuration": 250, | |
| "useClipboardAsDefaultRegister": false, | |
| "useSmartcaseForSearch": true | |
| }, | |
| "welcome": { | |
| "showOnStartup": false | |
| }, | |
| "whitespace": { | |
| "ignoreWhitespaceOnCurrentLine": 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
| # snippets 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
| /* | |
| * Your Stylesheet | |
| * | |
| * This stylesheet is loaded when Atom starts up and is reloaded automatically | |
| * when it is changed. | |
| * | |
| * If you are unfamiliar with LESS, you can read more about it here: | |
| * http://www.lesscss.org | |
| */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment