Last active
April 7, 2020 00:01
-
-
Save the-cc-dev/c89a42fda732b5ab06d9c8ff28d6bb2d to your computer and use it in GitHub Desktop.
Atom Settings Backup by https://atom.io/packages/sync-settings
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
# Your init script | |
# | |
# Atom will evaluate this file each time a new window is opened. It is run | |
# after packages are loaded/activated and after the previous editor state | |
# has been restored. | |
# | |
# An example hack to log to the console when each text editor is saved. | |
# | |
# atom.workspace.observeTextEditors (editor) -> | |
# editor.onDidSave -> | |
# console.log "Saved! #{editor.getPath()}" |
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
# Your keymap | |
# | |
# Atom keymaps work similarly to style sheets. Just as style sheets use | |
# selectors to apply styles to elements, Atom keymaps use selectors to associate | |
# keystrokes with events in specific contexts. Unlike style sheets however, | |
# each selector can only be declared once. | |
# | |
# You can create a new keybinding in this file by typing "key" and then hitting | |
# tab. | |
# | |
# Here's an example taken from Atom's built-in keymap: | |
# | |
# 'atom-text-editor': | |
# 'enter': 'editor:newline' | |
# | |
# 'atom-workspace': | |
# 'ctrl-shift-p': 'core:move-up' | |
# 'ctrl-p': 'core:move-down' | |
# | |
# You can find more information about keymaps in these guides: | |
# * http://flight-manual.atom.io/using-atom/sections/basic-customization/#customizing-keybindings | |
# * http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/ | |
# | |
# If you're having trouble with your keybindings not working, try the | |
# Keybinding Resolver: `Cmd+.` on macOS and `Ctrl+.` on other platforms. See the | |
# Debugging Guide for more information: | |
# * http://flight-manual.atom.io/hacking-atom/sections/debugging/#check-the-keybindings | |
# | |
# This file uses CoffeeScript Object Notation (CSON). | |
# If you are unfamiliar with CSON, you can read more about it in the | |
# Atom Flight Manual: | |
# http://flight-manual.atom.io/using-atom/sections/basic-customization/#configuring-with-cson |
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
{ | |
"1989-syntax": { | |
"version": "0.5.0", | |
"theme": "syntax" | |
}, | |
"80-game-neon": { | |
"version": "2.1.0", | |
"theme": "syntax" | |
}, | |
"80-game-neon-ui": { | |
"version": "2.1.0", | |
"theme": "ui" | |
}, | |
"80s-cyberpunk-syntax": { | |
"version": "0.2.0", | |
"theme": "syntax" | |
}, | |
"80s-pastel-syntax": { | |
"version": "1.4.0", | |
"theme": "syntax" | |
}, | |
"about": { | |
"version": "1.9.1" | |
}, | |
"achievements": { | |
"version": "0.9.0" | |
}, | |
"acode-ui": { | |
"version": "0.1.5", | |
"theme": "ui" | |
}, | |
"advanced-new-file": { | |
"version": "0.5.0" | |
}, | |
"advanced-open-file": { | |
"version": "0.16.8" | |
}, | |
"aeons-ui": { | |
"version": "0.0.10", | |
"theme": "ui" | |
}, | |
"aligner": { | |
"version": "1.2.4" | |
}, | |
"aligner-coffeescript": { | |
"version": "1.2.0" | |
}, | |
"aligner-css": { | |
"version": "1.2.1" | |
}, | |
"aligner-javascript": { | |
"version": "1.3.0" | |
}, | |
"aligner-php": { | |
"version": "1.3.0" | |
}, | |
"aligner-python": { | |
"version": "1.2.0" | |
}, | |
"aligner-scss": { | |
"version": "1.3.1" | |
}, | |
"aligner-typescript": { | |
"version": "1.0.0" | |
}, | |
"apathy-theme": { | |
"version": "1.10.6", | |
"theme": "syntax" | |
}, | |
"api-blueprint-preview": { | |
"version": "0.7.0" | |
}, | |
"api-docs": { | |
"version": "0.0.6" | |
}, | |
"archive-view": { | |
"version": "0.65.1" | |
}, | |
"ask-stack": { | |
"version": "2.2.0" | |
}, | |
"atom-alignment": { | |
"version": "0.13.0" | |
}, | |
"atom-autocomplete-php": { | |
"version": "0.25.6" | |
}, | |
"atom-beautify": { | |
"version": "0.33.4" | |
}, | |
"atom-bracket-highlight": { | |
"version": "0.3.2" | |
}, | |
"atom-clock": { | |
"version": "0.1.17" | |
}, | |
"atom-css-comb": { | |
"version": "3.5.1" | |
}, | |
"atom-ctags": { | |
"version": "5.1.2" | |
}, | |
"atom-dark-syntax": { | |
"version": "0.29.1", | |
"theme": "syntax" | |
}, | |
"atom-dark-ui": { | |
"version": "0.53.3", | |
"theme": "ui" | |
}, | |
"atom-debug-ui": { | |
"version": "1.0.4" | |
}, | |
"atom-discord": { | |
"version": "2.0.2" | |
}, | |
"atom-distraction-free-syntax": { | |
"version": "0.22.0", | |
"theme": "syntax" | |
}, | |
"atom-django": { | |
"version": "0.3.2" | |
}, | |
"atom-easy-jsdoc": { | |
"version": "4.12.5" | |
}, | |
"atom-eclipse-syntax": { | |
"version": "0.0.6", | |
"theme": "syntax" | |
}, | |
"atom-emmet-css-in-js": { | |
"version": "0.2.0" | |
}, | |
"atom-fallout-ui": { | |
"version": "0.2.2", | |
"theme": "ui" | |
}, | |
"atom-fuzzy-grep": { | |
"version": "0.17.2" | |
}, | |
"atom-html-templates": { | |
"version": "0.1.3" | |
}, | |
"atom-ide-dark-syntax": { | |
"version": "0.1.2", | |
"theme": "syntax" | |
}, | |
"atom-ide-debugger-node": { | |
"version": "0.7.3" | |
}, | |
"atom-ide-terminal": { | |
"version": "0.0.0" | |
}, | |
"atom-ide-ui": { | |
"version": "0.13.0" | |
}, | |
"atom-ide-vue": { | |
"version": "1.1.3" | |
}, | |
"atom-json-editor": { | |
"version": "0.5.1" | |
}, | |
"atom-light-syntax": { | |
"version": "0.29.1", | |
"theme": "syntax" | |
}, | |
"atom-light-ui": { | |
"version": "0.46.3", | |
"theme": "ui" | |
}, | |
"atom-live-server": { | |
"version": "2.3.0" | |
}, | |
"atom-material-syntax": { | |
"version": "1.0.8", | |
"theme": "syntax" | |
}, | |
"atom-material-syntax-dark": { | |
"version": "1.0.0", | |
"theme": "syntax" | |
}, | |
"atom-material-ui": { | |
"version": "2.1.3", | |
"theme": "ui" | |
}, | |
"atom-menu-patch-for-catalina": { | |
"version": "0.3.0" | |
}, | |
"atom-mermaid": { | |
"version": "3.4.1" | |
}, | |
"atom-minify": { | |
"version": "0.8.0" | |
}, | |
"atom-nodejs-snippets": { | |
"version": "2.1.1" | |
}, | |
"atom-pomodoro-edit": { | |
"version": "0.1.3" | |
}, | |
"atom-python-run": { | |
"version": "0.9.7" | |
}, | |
"atom-react-preview": { | |
"version": "2.0.0" | |
}, | |
"atom-runner": { | |
"version": "2.7.1" | |
}, | |
"atom-save-all": { | |
"version": "0.4.1" | |
}, | |
"atom-shortcuts": { | |
"version": "0.0.2" | |
}, | |
"atom-simple-dark-ui": { | |
"version": "0.26.0", | |
"theme": "ui" | |
}, | |
"atom-sync": { | |
"version": "0.7.3" | |
}, | |
"atom-terminal": { | |
"version": "0.8.0" | |
}, | |
"atom-terminal-panel": { | |
"version": "4.4.4" | |
}, | |
"atom-ternjs": { | |
"version": "0.20.0" | |
}, | |
"atom-typescript": { | |
"version": "13.5.0" | |
}, | |
"atom-typescript-react-redux-snippets": { | |
"version": "1.0.0" | |
}, | |
"atom-vagrant-manager": { | |
"version": "1.0.4" | |
}, | |
"atom-vue": { | |
"version": "0.6.0" | |
}, | |
"atom-vuex": { | |
"version": "0.5.0" | |
}, | |
"atom-wordpress": { | |
"version": "0.3.0" | |
}, | |
"atom-wrap-in-tag": { | |
"version": "0.6.0" | |
}, | |
"atomic-chrome": { | |
"version": "0.3.3" | |
}, | |
"AtomicSkittles": { | |
"version": "0.7.0", | |
"theme": "syntax" | |
}, | |
"atomify": { | |
"version": "0.6.0" | |
}, | |
"auto-detect-indentation": { | |
"version": "1.3.0" | |
}, | |
"auto-encoding": { | |
"version": "0.7.2" | |
}, | |
"auto-id-class": { | |
"version": "0.7.1" | |
}, | |
"auto-indent": { | |
"version": "0.5.0" | |
}, | |
"auto-save-on-idle": { | |
"version": "1.2.1" | |
}, | |
"auto-update-packages": { | |
"version": "1.0.1" | |
}, | |
"autoclose-html": { | |
"version": "0.23.0" | |
}, | |
"autocomplete-atom-api": { | |
"version": "0.10.7" | |
}, | |
"autocomplete-clang": { | |
"version": "0.12.1" | |
}, | |
"autocomplete-css": { | |
"version": "0.17.5" | |
}, | |
"autocomplete-html": { | |
"version": "0.8.8" | |
}, | |
"autocomplete-html-entities": { | |
"version": "0.2.0" | |
}, | |
"autocomplete-json": { | |
"version": "5.5.2" | |
}, | |
"autocomplete-modules": { | |
"version": "2.3.0" | |
}, | |
"autocomplete-paths": { | |
"version": "2.12.2" | |
}, | |
"autocomplete-plus": { | |
"version": "2.42.3" | |
}, | |
"autocomplete-python": { | |
"version": "1.16.0" | |
}, | |
"autocomplete-snippets": { | |
"version": "1.12.1" | |
}, | |
"autocomplete-sql": { | |
"version": "0.5.0" | |
}, | |
"autocomplete-wordpress-hooks": { | |
"version": "0.2.3" | |
}, | |
"autocomplete-xml": { | |
"version": "0.11.0" | |
}, | |
"autoflow": { | |
"version": "0.29.4" | |
}, | |
"autoprefixer": { | |
"version": "4.1.0" | |
}, | |
"autosave": { | |
"version": "0.24.6" | |
}, | |
"autoupdate-packages": { | |
"version": "1.3.1" | |
}, | |
"background-tips": { | |
"version": "0.28.0" | |
}, | |
"base16-tomorrow-dark-theme": { | |
"version": "1.6.0", | |
"theme": "syntax" | |
}, | |
"base16-tomorrow-light-theme": { | |
"version": "1.6.0", | |
"theme": "syntax" | |
}, | |
"bezier-curve-editor": { | |
"version": "0.7.2" | |
}, | |
"block-comment": { | |
"version": "0.4.3" | |
}, | |
"block-travel": { | |
"version": "1.0.5" | |
}, | |
"blue-neon-syntax": { | |
"version": "1.2.0", | |
"theme": "syntax" | |
}, | |
"bookmarks": { | |
"version": "0.46.0" | |
}, | |
"bottom-dock": { | |
"version": "0.4.4" | |
}, | |
"bracket-matcher": { | |
"version": "0.91.2" | |
}, | |
"browser-plus": { | |
"version": "0.0.98" | |
}, | |
"browser-plus-block": { | |
"version": "0.0.4" | |
}, | |
"browser-plus-open-new-window": { | |
"version": "0.0.1" | |
}, | |
"browser-plus-zoom": { | |
"version": "0.0.2" | |
}, | |
"build": { | |
"version": "0.70.0" | |
}, | |
"build-gulp": { | |
"version": "0.11.0" | |
}, | |
"build-make": { | |
"version": "0.13.0" | |
}, | |
"busy-signal": { | |
"version": "2.0.1" | |
}, | |
"cde-visual-outline": { | |
"version": "0.2.2" | |
}, | |
"cdn-libs": { | |
"version": "0.1.3" | |
}, | |
"chameleon-dark-syntax": { | |
"version": "0.0.5", | |
"theme": "syntax" | |
}, | |
"chameleon-ui": { | |
"version": "2.0.0", | |
"theme": "ui" | |
}, | |
"change-case": { | |
"version": "0.6.5" | |
}, | |
"cheatsheet": { | |
"version": "2.0.0" | |
}, | |
"citrus": { | |
"version": "0.2.0", | |
"theme": "syntax" | |
}, | |
"city-lights-syntax": { | |
"version": "1.1.8", | |
"theme": "syntax" | |
}, | |
"city-lights-ui": { | |
"version": "1.5.3", | |
"theme": "ui" | |
}, | |
"cityscape-ui": { | |
"version": "1.5.0", | |
"theme": "ui" | |
}, | |
"clipboard-plus": { | |
"version": "0.5.1" | |
}, | |
"close-tags": { | |
"version": "0.6.0" | |
}, | |
"code-peek": { | |
"version": "1.4.21" | |
}, | |
"codelf": { | |
"version": "13.2.0" | |
}, | |
"color-picker": { | |
"version": "2.3.0" | |
}, | |
"color-tabs": { | |
"version": "0.1.8" | |
}, | |
"color-town-syntax": { | |
"version": "0.1.4", | |
"theme": "syntax" | |
}, | |
"colorful-dark-syntax": { | |
"version": "0.4.1", | |
"theme": "syntax" | |
}, | |
"column-select": { | |
"version": "1.0.1" | |
}, | |
"command-logger": { | |
"version": "0.23.0" | |
}, | |
"command-palette": { | |
"version": "0.43.5" | |
}, | |
"command-toolbar": { | |
"version": "1.0.12" | |
}, | |
"compare-files": { | |
"version": "0.8.1" | |
}, | |
"composer": { | |
"version": "0.5.0" | |
}, | |
"console-log": { | |
"version": "1.10.0" | |
}, | |
"copy-filename": { | |
"version": "1.2.0" | |
}, | |
"css-declaration-sorter": { | |
"version": "1.2.3" | |
}, | |
"css-snippets": { | |
"version": "1.1.0" | |
}, | |
"cyberpunk-neo-syntax": { | |
"version": "0.2.0", | |
"theme": "syntax" | |
}, | |
"dalek": { | |
"version": "0.2.2" | |
}, | |
"dankneon-ui": { | |
"version": "2.0.1", | |
"theme": "ui" | |
}, | |
"dark-side-of-the-moon-syntax": { | |
"version": "0.6.62", | |
"theme": "syntax" | |
}, | |
"data-atom": { | |
"version": "0.29.1" | |
}, | |
"date": { | |
"version": "2.6.0" | |
}, | |
"date-plus": { | |
"version": "1.2.0" | |
}, | |
"deep-purple-syntax": { | |
"version": "0.2.18", | |
"theme": "syntax" | |
}, | |
"deprecation-cop": { | |
"version": "0.56.9" | |
}, | |
"dev-live-reload": { | |
"version": "0.48.1" | |
}, | |
"disable-keybindings": { | |
"version": "0.6.0" | |
}, | |
"django-templates": { | |
"version": "0.5.0" | |
}, | |
"docblockr": { | |
"version": "0.13.7" | |
}, | |
"docker": { | |
"version": "0.8.0" | |
}, | |
"docs-snippets": { | |
"version": "0.8.0" | |
}, | |
"document-outline": { | |
"version": "2.1.2" | |
}, | |
"double-tag": { | |
"version": "1.7.0" | |
}, | |
"duplicate-line-or-selection": { | |
"version": "0.9.0" | |
}, | |
"editor-settings": { | |
"version": "1.1.3" | |
}, | |
"editorconfig": { | |
"version": "2.5.0" | |
}, | |
"eighty-shades-syntax": { | |
"version": "1.0.0", | |
"theme": "syntax" | |
}, | |
"emmet": { | |
"version": "2.4.3" | |
}, | |
"emmet-jsx-css-modules": { | |
"version": "1.0.0" | |
}, | |
"emmet-jsx-props": { | |
"version": "1.4.0" | |
}, | |
"emmet-jsx-props-2": { | |
"version": "2.1.1" | |
}, | |
"emoji-code": { | |
"version": "0.9.2" | |
}, | |
"encoding-selector": { | |
"version": "0.23.9" | |
}, | |
"enhanced-tabs": { | |
"version": "1.7.0" | |
}, | |
"env-from-shell": { | |
"version": "0.3.0" | |
}, | |
"es-identifier-highlight": { | |
"version": "0.4.3" | |
}, | |
"escape-utils": { | |
"version": "0.5.3" | |
}, | |
"ever-notedown": { | |
"version": "0.2.27" | |
}, | |
"exception-reporting": { | |
"version": "0.43.1" | |
}, | |
"expand-region": { | |
"version": "0.5.0" | |
}, | |
"expand-selection-to-quotes": { | |
"version": "0.11.0" | |
}, | |
"expose": { | |
"version": "0.15.0" | |
}, | |
"fallout4-syntax": { | |
"version": "1.1.0", | |
"theme": "syntax" | |
}, | |
"file-header": { | |
"version": "1.13.9" | |
}, | |
"file-icons": { | |
"version": "2.1.40" | |
}, | |
"file-templates": { | |
"version": "0.2.0" | |
}, | |
"file-types": { | |
"version": "1.0.1" | |
}, | |
"filesize": { | |
"version": "4.0.4" | |
}, | |
"find-and-replace": { | |
"version": "0.219.1" | |
}, | |
"flat-simple-dark-ui": { | |
"version": "0.1.1", | |
"theme": "ui" | |
}, | |
"flex-tool-bar": { | |
"version": "2.2.0" | |
}, | |
"flow-ide": { | |
"version": "1.13.0" | |
}, | |
"fold-comments": { | |
"version": "0.6.0" | |
}, | |
"fold-lines": { | |
"version": "0.2.2" | |
}, | |
"folder-treasure-boxes": { | |
"version": "2.2.0" | |
}, | |
"fonts": { | |
"version": "3.9.0" | |
}, | |
"format-shell": { | |
"version": "2.2.1" | |
}, | |
"ftp-remote-edit": { | |
"version": "0.18.0" | |
}, | |
"Fusion": { | |
"version": "0.0.113" | |
}, | |
"fuzzy-finder": { | |
"version": "1.14.1" | |
}, | |
"gentle-dark-ui": { | |
"version": "1.0.2", | |
"theme": "ui" | |
}, | |
"ghoulish-ui": { | |
"version": "1.1.3", | |
"theme": "ui" | |
}, | |
"gist": { | |
"version": "1.1.0" | |
}, | |
"gist-it": { | |
"version": "0.9.2" | |
}, | |
"git-control": { | |
"version": "0.9.0" | |
}, | |
"git-diff": { | |
"version": "1.3.9" | |
}, | |
"git-plus": { | |
"version": "8.7.1" | |
}, | |
"git-projects": { | |
"version": "1.17.0" | |
}, | |
"git-time-machine": { | |
"version": "2.1.0" | |
}, | |
"github": { | |
"version": "0.33.0" | |
}, | |
"github-plus": { | |
"version": "1.0.0" | |
}, | |
"gitignore-snippets": { | |
"version": "0.2.5" | |
}, | |
"glass-ui": { | |
"version": "1.18.4", | |
"theme": "ui" | |
}, | |
"glass-ui-syntax": { | |
"version": "1.8.1", | |
"theme": "syntax" | |
}, | |
"glowing-cursor": { | |
"version": "0.1.2" | |
}, | |
"go-plus": { | |
"version": "6.1.0" | |
}, | |
"go-to-line": { | |
"version": "0.33.0" | |
}, | |
"goto-definition": { | |
"version": "1.3.4" | |
}, | |
"goto-last-edit": { | |
"version": "0.3.3" | |
}, | |
"grammar-selector": { | |
"version": "0.50.1" | |
}, | |
"gulp-control": { | |
"version": "0.5.0" | |
}, | |
"gulp-manager": { | |
"version": "0.2.19" | |
}, | |
"gulp-snippets": { | |
"version": "0.6.2" | |
}, | |
"hey-pane": { | |
"version": "1.2.0" | |
}, | |
"hi-viz-syntax": { | |
"version": "0.1.0", | |
"theme": "syntax" | |
}, | |
"highlight-column": { | |
"version": "0.5.4" | |
}, | |
"highlight-line": { | |
"version": "0.12.0" | |
}, | |
"highlight-selected": { | |
"version": "0.17.0" | |
}, | |
"hitchhiker-neon-desert-ui": { | |
"version": "0.2.0", | |
"theme": "ui" | |
}, | |
"html-tag-auto-complete": { | |
"version": "0.1.1" | |
}, | |
"html-template-generator": { | |
"version": "0.3.0" | |
}, | |
"html-to-css": { | |
"version": "0.2.2" | |
}, | |
"html-to-jsx": { | |
"version": "2.0.3" | |
}, | |
"humble-colors-syntax": { | |
"version": "1.5.0", | |
"theme": "syntax" | |
}, | |
"Hydrogen": { | |
"version": "2.14.1" | |
}, | |
"hyperclick": { | |
"version": "0.0.0" | |
}, | |
"icon-fonts": { | |
"version": "3.2.1" | |
}, | |
"ide-css": { | |
"version": "0.3.3" | |
}, | |
"ide-docker": { | |
"version": "0.1.0" | |
}, | |
"ide-go": { | |
"version": "0.12.3" | |
}, | |
"ide-haskell": { | |
"version": "2.4.1" | |
}, | |
"ide-html": { | |
"version": "0.6.0" | |
}, | |
"ide-json": { | |
"version": "0.2.1" | |
}, | |
"ide-php": { | |
"version": "0.7.18" | |
}, | |
"ide-python": { | |
"version": "1.5.0" | |
}, | |
"ide-reason": { | |
"version": "1.2.0" | |
}, | |
"ide-rust": { | |
"version": "0.21.2" | |
}, | |
"ide-typescript": { | |
"version": "0.9.1" | |
}, | |
"ide-vue": { | |
"version": "0.1.9" | |
}, | |
"ide-yaml": { | |
"version": "0.6.0" | |
}, | |
"image-view": { | |
"version": "0.64.0" | |
}, | |
"imdone-atom": { | |
"version": "2.4.33" | |
}, | |
"in-rainbows-syntax": { | |
"version": "0.3.0", | |
"theme": "syntax" | |
}, | |
"incompatible-packages": { | |
"version": "0.27.3" | |
}, | |
"indent-guide-improved": { | |
"version": "1.4.13" | |
}, | |
"ink": { | |
"version": "0.11.7" | |
}, | |
"intentions": { | |
"version": "1.1.5" | |
}, | |
"jackhammer-syntax": { | |
"version": "1.1.0", | |
"theme": "syntax" | |
}, | |
"javascript-regex": { | |
"version": "1.1.2" | |
}, | |
"javascript-snippets": { | |
"version": "1.2.1" | |
}, | |
"jekyll": { | |
"version": "2.1.0" | |
}, | |
"jQuery": { | |
"version": "1.2.6" | |
}, | |
"jquery-snippets": { | |
"version": "11.0.0" | |
}, | |
"js-hyperclick": { | |
"version": "1.19.0" | |
}, | |
"js-refactor": { | |
"version": "0.8.1" | |
}, | |
"json-converter": { | |
"version": "0.2.4" | |
}, | |
"jumpy": { | |
"version": "5.0.2" | |
}, | |
"jupyter-notebook": { | |
"version": "0.0.10" | |
}, | |
"jurassic_systems-ui": { | |
"version": "0.1.3", | |
"theme": "ui" | |
}, | |
"keybinding-cheatsheet": { | |
"version": "0.1.1" | |
}, | |
"keybinding-resolver": { | |
"version": "0.39.0" | |
}, | |
"keyboard-scroll": { | |
"version": "0.7.0" | |
}, | |
"kite": { | |
"version": "0.177.0" | |
}, | |
"language-applescript": { | |
"version": "0.3.0" | |
}, | |
"language-arduino": { | |
"version": "0.4.3" | |
}, | |
"language-babel": { | |
"version": "2.85.0" | |
}, | |
"language-blade": { | |
"version": "0.44.0" | |
}, | |
"language-c": { | |
"version": "0.60.18" | |
}, | |
"language-clojure": { | |
"version": "0.22.8" | |
}, | |
"language-cmake": { | |
"version": "1.2.0" | |
}, | |
"language-coffee-script": { | |
"version": "0.50.0" | |
}, | |
"language-csharp": { | |
"version": "1.1.0" | |
}, | |
"language-css": { | |
"version": "0.44.2" | |
}, | |
"language-csv": { | |
"version": "1.1.2" | |
}, | |
"language-docker": { | |
"version": "1.1.8" | |
}, | |
"language-dots": { | |
"version": "0.0.4" | |
}, | |
"language-ejs": { | |
"version": "0.4.0" | |
}, | |
"language-elixir": { | |
"version": "0.23.0" | |
}, | |
"language-elm": { | |
"version": "1.5.0" | |
}, | |
"language-gfm": { | |
"version": "0.90.7" | |
}, | |
"language-git": { | |
"version": "0.19.1" | |
}, | |
"language-glsl": { | |
"version": "2.0.4" | |
}, | |
"language-go": { | |
"version": "0.47.1" | |
}, | |
"language-graphql": { | |
"version": "1.0.0" | |
}, | |
"language-haml": { | |
"version": "0.32.1" | |
}, | |
"language-haskell": { | |
"version": "1.19.2" | |
}, | |
"language-html": { | |
"version": "0.53.0" | |
}, | |
"language-hyperlink": { | |
"version": "0.17.1" | |
}, | |
"language-ini": { | |
"version": "1.23.0" | |
}, | |
"language-jade": { | |
"version": "0.7.3" | |
}, | |
"language-java": { | |
"version": "0.31.3" | |
}, | |
"language-javascript": { | |
"version": "0.134.0" | |
}, | |
"language-javascript-jsx": { | |
"version": "0.3.7" | |
}, | |
"language-json": { | |
"version": "1.0.4" | |
}, | |
"language-less": { | |
"version": "0.34.3" | |
}, | |
"language-liquid": { | |
"version": "0.7.0" | |
}, | |
"language-make": { | |
"version": "0.23.0" | |
}, | |
"language-markdown": { | |
"version": "0.37.0" | |
}, | |
"language-miniml": { | |
"version": "0.1.0" | |
}, | |
"language-mustache": { | |
"version": "0.14.5" | |
}, | |
"language-objective-c": { | |
"version": "0.16.0" | |
}, | |
"language-ocaml": { | |
"version": "1.9.5" | |
}, | |
"language-ocaml-fix": { | |
"version": "3.4.1" | |
}, | |
"language-patch": { | |
"version": "1.2.0" | |
}, | |
"language-perl": { | |
"version": "0.38.1" | |
}, | |
"language-pfm": { | |
"version": "0.82.0" | |
}, | |
"language-php": { | |
"version": "0.44.4" | |
}, | |
"language-plantuml": { | |
"version": "0.2.0" | |
}, | |
"language-powershell": { | |
"version": "5.0.0" | |
}, | |
"language-property-list": { | |
"version": "0.9.1" | |
}, | |
"language-pug": { | |
"version": "0.0.22" | |
}, | |
"language-python": { | |
"version": "0.53.3" | |
}, | |
"language-r": { | |
"version": "0.4.2" | |
}, | |
"language-reason": { | |
"version": "0.0.5" | |
}, | |
"language-riot-tag": { | |
"version": "0.2.2" | |
}, | |
"language-ruby": { | |
"version": "0.72.22" | |
}, | |
"language-ruby-on-rails": { | |
"version": "0.25.3" | |
}, | |
"language-rust": { | |
"version": "0.4.12" | |
}, | |
"language-rust-bundled": { | |
"version": "0.1.0" | |
}, | |
"language-sass": { | |
"version": "0.62.1" | |
}, | |
"language-shellscript": { | |
"version": "0.28.0" | |
}, | |
"language-source": { | |
"version": "0.9.0" | |
}, | |
"language-sql": { | |
"version": "0.25.10" | |
}, | |
"language-sql-mysql": { | |
"version": "0.3.1" | |
}, | |
"language-styled-jsx": { | |
"version": "1.0.4" | |
}, | |
"language-svg": { | |
"version": "0.9.2" | |
}, | |
"language-sweetjs": { | |
"version": "0.2.0" | |
}, | |
"language-text": { | |
"version": "0.7.4" | |
}, | |
"language-todo": { | |
"version": "0.29.4" | |
}, | |
"language-toml": { | |
"version": "0.20.0" | |
}, | |
"language-twig": { | |
"version": "1.6.4" | |
}, | |
"language-typescript": { | |
"version": "0.6.0" | |
}, | |
"language-typescript-react": { | |
"version": "0.1.1" | |
}, | |
"language-vue": { | |
"version": "0.25.0" | |
}, | |
"language-vue-component": { | |
"version": "0.5.0" | |
}, | |
"language-xml": { | |
"version": "0.35.3" | |
}, | |
"language-yaml": { | |
"version": "0.32.0" | |
}, | |
"last-cursor-position": { | |
"version": "0.9.3" | |
}, | |
"latex": { | |
"version": "0.50.2" | |
}, | |
"less-than-slash": { | |
"version": "0.19.0" | |
}, | |
"line-count": { | |
"version": "0.5.2" | |
}, | |
"line-ending-selector": { | |
"version": "0.7.7" | |
}, | |
"line-jumper": { | |
"version": "0.14.1" | |
}, | |
"lines": { | |
"version": "0.13.1" | |
}, | |
"link": { | |
"version": "0.31.6" | |
}, | |
"lint-sass-vue": { | |
"version": "1.0.5" | |
}, | |
"linter": { | |
"version": "2.3.1" | |
}, | |
"linter-coffeescript": { | |
"version": "1.0.0" | |
}, | |
"linter-csslint": { | |
"version": "2.0.6" | |
}, | |
"linter-docker": { | |
"version": "0.3.2" | |
}, | |
"linter-eslint": { | |
"version": "8.5.5" | |
}, | |
"linter-flake8": { | |
"version": "2.4.0" | |
}, | |
"linter-flow": { | |
"version": "5.6.1" | |
}, | |
"linter-gcc": { | |
"version": "0.9.0" | |
}, | |
"linter-htmlhint": { | |
"version": "1.6.3" | |
}, | |
"linter-json-lint": { | |
"version": "0.1.3" | |
}, | |
"linter-jsonlint": { | |
"version": "1.4.0" | |
}, | |
"linter-less": { | |
"version": "2.6.0" | |
}, | |
"linter-markdown": { | |
"version": "5.2.11" | |
}, | |
"linter-php": { | |
"version": "1.6.1" | |
}, | |
"linter-phpcs": { | |
"version": "1.7.6" | |
}, | |
"linter-pug": { | |
"version": "2.0.14" | |
}, | |
"linter-pug-lint": { | |
"version": "0.2.0" | |
}, | |
"linter-python": { | |
"version": "3.1.2" | |
}, | |
"linter-sass-lint": { | |
"version": "1.9.0" | |
}, | |
"linter-shellcheck": { | |
"version": "1.6.0" | |
}, | |
"linter-stylelint": { | |
"version": "4.5.0" | |
}, | |
"linter-tidy": { | |
"version": "2.4.0" | |
}, | |
"linter-tslint": { | |
"version": "1.10.43" | |
}, | |
"linter-twig": { | |
"version": "0.4.2" | |
}, | |
"linter-ui-default": { | |
"version": "1.8.1" | |
}, | |
"linter-ui-plus": { | |
"version": "0.3.2" | |
}, | |
"linter-xmllint": { | |
"version": "1.4.4" | |
}, | |
"linter-xo": { | |
"version": "0.29.0" | |
}, | |
"livereload": { | |
"version": "0.4.4" | |
}, | |
"livestyle-atom": { | |
"version": "0.2.10" | |
}, | |
"local-history": { | |
"version": "4.3.1" | |
}, | |
"logo-file-icons": { | |
"version": "1.13.0" | |
}, | |
"MagicPython": { | |
"version": "1.1.1" | |
}, | |
"markdown-mindmap": { | |
"version": "0.6.2" | |
}, | |
"markdown-pdf": { | |
"version": "2.2.0" | |
}, | |
"markdown-preview": { | |
"version": "0.160.2" | |
}, | |
"markdown-preview-enhanced": { | |
"version": "0.17.0" | |
}, | |
"markdown-preview-plus": { | |
"version": "3.11.5" | |
}, | |
"markdown-table-editor": { | |
"version": "1.1.2" | |
}, | |
"markdown-themeable-pdf": { | |
"version": "1.2.1" | |
}, | |
"markdown-writer": { | |
"version": "2.11.9" | |
}, | |
"merge-conflicts": { | |
"version": "1.4.5" | |
}, | |
"meteor-api": { | |
"version": "2.20.0" | |
}, | |
"metrics": { | |
"version": "1.8.1" | |
}, | |
"miami-nights-syntax": { | |
"version": "0.3.3", | |
"theme": "syntax" | |
}, | |
"minimap": { | |
"version": "4.29.9" | |
}, | |
"minimap-autohide": { | |
"version": "0.10.1" | |
}, | |
"minimap-bookmarks": { | |
"version": "0.4.2" | |
}, | |
"minimap-cursorline": { | |
"version": "0.2.0" | |
}, | |
"minimap-find-and-replace": { | |
"version": "4.5.2" | |
}, | |
"minimap-highlight-selected": { | |
"version": "4.6.1" | |
}, | |
"minimap-linter": { | |
"version": "2.2.1" | |
}, | |
"minimap-pigments": { | |
"version": "0.2.2" | |
}, | |
"minimap-selection": { | |
"version": "4.5.0" | |
}, | |
"monokai-neon-syntax": { | |
"version": "0.0.1", | |
"theme": "syntax" | |
}, | |
"move-panes": { | |
"version": "0.2.0" | |
}, | |
"multi-cursor": { | |
"version": "3.0.0" | |
}, | |
"multi-cursor-plus": { | |
"version": "1.2.0" | |
}, | |
"multi-wrap-guide": { | |
"version": "1.1.10" | |
}, | |
"multirow-tabs": { | |
"version": "0.3.3" | |
}, | |
"naturepurple-dark-syntax": { | |
"version": "0.1.1", | |
"theme": "syntax" | |
}, | |
"neon-color-scheme": { | |
"version": "1.0.0", | |
"theme": "syntax" | |
}, | |
"neon-drakula-syntax": { | |
"version": "0.2.0", | |
"theme": "syntax" | |
}, | |
"neon-syntax": { | |
"version": "0.3.7", | |
"theme": "syntax" | |
}, | |
"neutron-dark-syntax": { | |
"version": "1.0.5", | |
"theme": "syntax" | |
}, | |
"neutron-dark-ui": { | |
"version": "2.1.4", | |
"theme": "ui" | |
}, | |
"neutron-syntax": { | |
"version": "0.7.0", | |
"theme": "syntax" | |
}, | |
"night-citrus": { | |
"version": "0.1.0", | |
"theme": "syntax" | |
}, | |
"notifications": { | |
"version": "0.71.0" | |
}, | |
"ocaml-indent": { | |
"version": "0.7.1" | |
}, | |
"one-dark-syntax": { | |
"version": "1.8.4", | |
"theme": "syntax" | |
}, | |
"one-dark-ui": { | |
"version": "1.12.5", | |
"theme": "ui" | |
}, | |
"one-light-purple-syntax": { | |
"version": "0.0.1", | |
"theme": "syntax" | |
}, | |
"one-light-syntax": { | |
"version": "1.8.4", | |
"theme": "syntax" | |
}, | |
"one-light-ui": { | |
"version": "1.12.5", | |
"theme": "ui" | |
}, | |
"one-purple-syntax": { | |
"version": "1.1.0", | |
"theme": "syntax" | |
}, | |
"open-on-github": { | |
"version": "1.3.2" | |
}, | |
"open-recent": { | |
"version": "5.0.0" | |
}, | |
"organized": { | |
"version": "0.8.1" | |
}, | |
"outrun-syntax": { | |
"version": "0.2.2", | |
"theme": "syntax" | |
}, | |
"package-generator": { | |
"version": "1.3.0" | |
}, | |
"package-list": { | |
"version": "0.1.2" | |
}, | |
"package-sync": { | |
"version": "1.1.0" | |
}, | |
"pain-split": { | |
"version": "1.4.0" | |
}, | |
"pane-layout-plus": { | |
"version": "0.7.4" | |
}, | |
"pdf-view": { | |
"version": "0.72.0" | |
}, | |
"php-composer-completion": { | |
"version": "0.3.4" | |
}, | |
"php-cs-fixer": { | |
"version": "4.1.1" | |
}, | |
"php-debug": { | |
"version": "0.3.5" | |
}, | |
"php-getters-setters": { | |
"version": "0.5.9" | |
}, | |
"php-integrator-autocomplete-plus": { | |
"version": "1.6.2" | |
}, | |
"php-tools": { | |
"version": "0.1.0" | |
}, | |
"php-twig": { | |
"version": "4.0.0" | |
}, | |
"pie-syntax-theme": { | |
"version": "1.0.14", | |
"theme": "syntax" | |
}, | |
"pigments": { | |
"version": "0.40.2" | |
}, | |
"pinned-tabs": { | |
"version": "2.1.1" | |
}, | |
"platformio-ide-terminal": { | |
"version": "2.10.0" | |
}, | |
"pp": { | |
"version": "0.0.1" | |
}, | |
"pp-js": { | |
"version": "0.0.2" | |
}, | |
"pp-markdown": { | |
"version": "0.0.2" | |
}, | |
"prettier-atom": { | |
"version": "0.58.2" | |
}, | |
"preview": { | |
"version": "0.19.0" | |
}, | |
"preview-plus": { | |
"version": "1.2.7" | |
}, | |
"processing": { | |
"version": "0.13.0" | |
}, | |
"processing-language": { | |
"version": "0.2.0" | |
}, | |
"project-folder": { | |
"version": "1.5.0" | |
}, | |
"project-manager": { | |
"version": "3.3.8" | |
}, | |
"project-plus": { | |
"version": "1.0.0" | |
}, | |
"project-sidebar": { | |
"version": "1.3.0" | |
}, | |
"project-viewer": { | |
"version": "1.4.0" | |
}, | |
"pug": { | |
"version": "0.8.0" | |
}, | |
"pure-syntax": { | |
"version": "1.0.1", | |
"theme": "syntax" | |
}, | |
"pure-ui": { | |
"version": "1.0.4", | |
"theme": "ui" | |
}, | |
"pure180-dark-syntax": { | |
"version": "1.9.0", | |
"theme": "syntax" | |
}, | |
"pure180-dark-ui": { | |
"version": "1.1.0", | |
"theme": "ui" | |
}, | |
"purple-haze-syntax": { | |
"version": "1.5.0", | |
"theme": "syntax" | |
}, | |
"purple-rain": { | |
"version": "0.4.8", | |
"theme": "syntax" | |
}, | |
"purple-sky-syntax": { | |
"version": "1.0.0", | |
"theme": "syntax" | |
}, | |
"purple-sky-ui": { | |
"version": "1.0.0", | |
"theme": "ui" | |
}, | |
"purplest-inc-dark-ui": { | |
"version": "1.0.2", | |
"theme": "ui" | |
}, | |
"purplest-inc-syntax": { | |
"version": "1.0.0", | |
"theme": "syntax" | |
}, | |
"python-debugger": { | |
"version": "0.2.0" | |
}, | |
"python-tools": { | |
"version": "0.6.9" | |
}, | |
"qolor": { | |
"version": "0.4.2" | |
}, | |
"quick-comment": { | |
"version": "0.1.3" | |
}, | |
"re-re-re-react": { | |
"version": "3.0.0" | |
}, | |
"react-native-typescript-snippets": { | |
"version": "0.5.0" | |
}, | |
"recent-files-fuzzy-finder": { | |
"version": "1.0.0" | |
}, | |
"refactor": { | |
"version": "0.11.5" | |
}, | |
"regex-railroad-diagram": { | |
"version": "0.19.4" | |
}, | |
"remember-folds": { | |
"version": "0.3.0" | |
}, | |
"remote-atom": { | |
"version": "1.3.12" | |
}, | |
"remote-edit": { | |
"version": "1.9.0" | |
}, | |
"remote-ftp": { | |
"version": "2.2.4" | |
}, | |
"remote-sync": { | |
"version": "4.1.8" | |
}, | |
"rest-client": { | |
"version": "1.3.1" | |
}, | |
"riot": { | |
"version": "0.4.1" | |
}, | |
"riot-tag": { | |
"version": "1.1.1" | |
}, | |
"script": { | |
"version": "3.25.0" | |
}, | |
"scroll-through-time": { | |
"version": "0.3.1" | |
}, | |
"sequence-diagram": { | |
"version": "0.0.2" | |
}, | |
"sequential-number": { | |
"version": "0.5.0" | |
}, | |
"serial-plotter": { | |
"version": "0.1.8" | |
}, | |
"seti-icons": { | |
"version": "1.5.4" | |
}, | |
"settings-view": { | |
"version": "0.261.3" | |
}, | |
"shell-it": { | |
"version": "0.5.0" | |
}, | |
"shiny-ui": { | |
"version": "0.36.0", | |
"theme": "ui" | |
}, | |
"simple-drag-drop-text": { | |
"version": "0.5.0" | |
}, | |
"SkriptDark-Neon-Syntax": { | |
"version": "2.1.2", | |
"theme": "syntax" | |
}, | |
"SkriptLight-Neon-Syntax": { | |
"version": "2.1.4", | |
"theme": "syntax" | |
}, | |
"slim-dark-ui": { | |
"version": "0.12.0", | |
"theme": "ui" | |
}, | |
"snippets": { | |
"version": "1.5.0" | |
}, | |
"soft-diner-syntax": { | |
"version": "1.0.0", | |
"theme": "syntax" | |
}, | |
"solarized-dark-syntax": { | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
"solarized-light-syntax": { | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
"spectrum-dark-syntax": { | |
"version": "0.2.0", | |
"theme": "syntax" | |
}, | |
"spell-check": { | |
"version": "0.75.0" | |
}, | |
"split-diff": { | |
"version": "1.6.1" | |
}, | |
"status-bar": { | |
"version": "1.8.17" | |
}, | |
"styleguide": { | |
"version": "0.49.12" | |
}, | |
"Stylus": { | |
"version": "3.2.0" | |
}, | |
"Sublime-Style-Column-Selection": { | |
"version": "1.7.5" | |
}, | |
"svg-preview": { | |
"version": "0.14.0" | |
}, | |
"swackets": { | |
"version": "0.35.0" | |
}, | |
"symbols-view": { | |
"version": "0.118.2" | |
}, | |
"symfony-commands": { | |
"version": "0.4.3" | |
}, | |
"sync-settings": { | |
"version": "4.3.2" | |
}, | |
"synthwave-syntax": { | |
"version": "0.3.0", | |
"theme": "syntax" | |
}, | |
"tab-control": { | |
"version": "0.6.11" | |
}, | |
"tab-switcher": { | |
"version": "1.5.6" | |
}, | |
"tablr": { | |
"version": "1.8.3" | |
}, | |
"tabs": { | |
"version": "0.110.0" | |
}, | |
"tabs-to-spaces": { | |
"version": "1.0.5" | |
}, | |
"tabularize": { | |
"version": "0.2.5" | |
}, | |
"tag": { | |
"version": "0.5.0" | |
}, | |
"template-generator": { | |
"version": "0.16.0" | |
}, | |
"terminal-plus": { | |
"version": "0.14.5" | |
}, | |
"terminal-status": { | |
"version": "1.6.8" | |
}, | |
"text-manipulation": { | |
"version": "0.6.0" | |
}, | |
"tidy-tabs": { | |
"version": "0.4.0" | |
}, | |
"timecop": { | |
"version": "0.36.2" | |
}, | |
"todo-show": { | |
"version": "2.3.2" | |
}, | |
"toggler": { | |
"version": "0.3.1" | |
}, | |
"tool-bar": { | |
"version": "1.2.2" | |
}, | |
"tool-bar-main": { | |
"version": "0.0.12" | |
}, | |
"travis-ci-status": { | |
"version": "1.3.1" | |
}, | |
"tree-view": { | |
"version": "0.228.0" | |
}, | |
"tree-view-open-files": { | |
"version": "0.3.0" | |
}, | |
"tree-view-search-bar": { | |
"version": "1.0.2" | |
}, | |
"turbo-javascript": { | |
"version": "1.4.0" | |
}, | |
"two-dark-ui": { | |
"version": "1.0.2", | |
"theme": "ui" | |
}, | |
"two-light-ui": { | |
"version": "1.1.3", | |
"theme": "ui" | |
}, | |
"ubik-hackerman-syntax": { | |
"version": "1.10.0", | |
"theme": "syntax" | |
}, | |
"update-package-dependencies": { | |
"version": "0.13.1" | |
}, | |
"useful-context-menu": { | |
"version": "0.7.0" | |
}, | |
"vap0rwave-syntax": { | |
"version": "0.1.0", | |
"theme": "syntax" | |
}, | |
"vice-city-syntax": { | |
"version": "0.2.0", | |
"theme": "syntax" | |
}, | |
"visual-studio-code": { | |
"version": "0.4.0", | |
"theme": "ui" | |
}, | |
"volcanic-dark-syntax": { | |
"version": "0.1.0", | |
"theme": "syntax" | |
}, | |
"vue-autocomplete": { | |
"version": "0.1.1" | |
}, | |
"vue-snippets": { | |
"version": "0.6.0" | |
}, | |
"vue-template": { | |
"version": "0.5.0" | |
}, | |
"wakatime": { | |
"version": "7.1.2" | |
}, | |
"webbox-color": { | |
"version": "0.5.9" | |
}, | |
"welcome": { | |
"version": "0.36.9" | |
}, | |
"what-about-barb-syntax": { | |
"version": "2.0.0", | |
"theme": "syntax" | |
}, | |
"whitespace": { | |
"version": "0.37.7" | |
}, | |
"wordcount": { | |
"version": "3.2.0" | |
}, | |
"wordpress": { | |
"version": "0.2.0" | |
}, | |
"wordpress-api": { | |
"version": "1.2.2" | |
}, | |
"wordpress-dictionary": { | |
"version": "4.4.0" | |
}, | |
"wrap-guide": { | |
"version": "0.41.0" | |
}, | |
"xatom-debug": { | |
"version": "1.6.11" | |
}, | |
"xatom-debug-chrome": { | |
"version": "0.7.4" | |
}, | |
"xatom-debug-nodejs": { | |
"version": "0.9.3" | |
}, | |
"Zen": { | |
"version": "0.18.0" | |
}, | |
"Zeon-ui": { | |
"version": "0.3.0", | |
"theme": "ui" | |
} | |
} |
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
{ | |
"*": { | |
"Hydrogen": { | |
"statusBarDisable": true | |
}, | |
"Sublime-Style-Column-Selection": { | |
"selectKeyTrigger": "Ctrl" | |
}, | |
"Zen": {}, | |
"advanced-new-file": { | |
"createFileInstantly": true | |
}, | |
"advanced-open-file": { | |
"createDirectories": true, | |
"createFileInstantly": true, | |
"fuzzyMatch": true | |
}, | |
"aeons-ui": { | |
"display": { | |
"coloredTabs": false | |
}, | |
"layout": { | |
"scale": 75, | |
"size": 90, | |
"statusBarHeight": 0.75, | |
"tabHeight": 0.8 | |
} | |
}, | |
"aligner": { | |
"alignComments": true | |
}, | |
"aligner-css": {}, | |
"aligner-typescript": {}, | |
"atom-beautify": { | |
"general": { | |
"muteAllErrors": true, | |
"muteUnsupportedLanguageErrors": true | |
} | |
}, | |
"atom-ide-ui": { | |
"atom-ide-code-format": { | |
"formatOnSave": true, | |
"formatOnType": false | |
}, | |
"atom-ide-console": { | |
"fontScale": 0.75 | |
}, | |
"atom-ide-debugger": { | |
"showDebuggerOnBpSet": false | |
}, | |
"atom-ide-diagnostics-ui": { | |
"showDiagnosticTraces": true | |
}, | |
"atom-ide-find-references": { | |
"defaultLocationForPane": "right" | |
}, | |
"hyperclick": { | |
"darwinTriggerKeys": "shiftKey,ctrlKey" | |
} | |
}, | |
"autocomplete-modules": { | |
"babelPluginModuleResolver": true | |
}, | |
"autocomplete-plus": { | |
"backspaceTriggersAutocomplete": true, | |
"confirmCompletion": "tab always, enter when suggestion explicitly selected", | |
"enableBuiltinProvider": false, | |
"enableExtendedUnicodeSupport": true, | |
"extraWordCharacters": "!?<>.&@*#$%-_", | |
"includeCompletionsFromAllBuffers": false, | |
"minimumWordLength": 0, | |
"moveToCancel": true, | |
"suggestionListFollows": "Cursor" | |
}, | |
"autoupdate-packages": { | |
"lastUpdateTimestamp": 1577592950832 | |
}, | |
"command-toolbar": { | |
"useRightPane": true | |
}, | |
"core": { | |
"allowPendingPaneItems": false, | |
"audioBeep": false, | |
"closeDeletedFileTabs": true, | |
"closeEmptyWindows": false, | |
"destroyEmptyPanes": false, | |
"disabledPackages": [ | |
"welcome", | |
"symbols-view", | |
"atom-terminal-panel", | |
"minimap-autohide", | |
"webbox-color", | |
"es-identifier-highlight", | |
"Fusion", | |
"tool-bar-main", | |
"Stylus", | |
"Zen", | |
"achievements", | |
"advanced-new-file", | |
"api-blueprint-preview", | |
"ask-stack", | |
"atom-menu-patch-for-catalina", | |
"atom-pomodoro-edit", | |
"date-plus", | |
"disable-keybindings", | |
"language-cmake", | |
"language-ejs", | |
"language-elixir", | |
"language-elm", | |
"language-haskell", | |
"language-liquid", | |
"language-r", | |
"multi-cursor-plus", | |
"multirow-tabs", | |
"wakatime", | |
"travis-ci-status", | |
"project-sidebar", | |
"project-plus", | |
"remote-edit", | |
"symfony-commands", | |
"aligner", | |
"aligner-coffeescript", | |
"aligner-css", | |
"aligner-javascript", | |
"aligner-php", | |
"aligner-python", | |
"aligner-scss", | |
"aligner-typescript", | |
"api-docs", | |
"atom-alignment", | |
"atom-autocomplete-php", | |
"atom-bracket-highlight", | |
"atom-css-comb", | |
"atom-ctags", | |
"atom-debug-ui", | |
"atom-discord", | |
"atom-django", | |
"atom-easy-jsdoc", | |
"atom-fuzzy-grep", | |
"atom-ide-debugger-node", | |
"atom-json-editor", | |
"atom-live-server", | |
"atom-mermaid", | |
"atom-minify", | |
"atom-nodejs-snippets", | |
"atom-python-run", | |
"atom-react-preview", | |
"atom-runner", | |
"atom-save-all", | |
"atom-sync", | |
"atom-terminal", | |
"atom-ternjs", | |
"atom-vagrant-manager", | |
"atom-wordpress", | |
"atom-wrap-in-tag", | |
"atomic-chrome", | |
"atomify", | |
"auto-detect-indentation", | |
"auto-encoding", | |
"auto-id-class", | |
"auto-indent", | |
"auto-save-on-idle", | |
"auto-update-packages", | |
"autocomplete-clang", | |
"autocomplete-html-entities", | |
"autocomplete-json", | |
"autocomplete-modules", | |
"autocomplete-paths", | |
"autocomplete-python", | |
"autocomplete-sql", | |
"autocomplete-wordpress-hooks", | |
"autocomplete-xml", | |
"autoprefixer", | |
"autoupdate-packages", | |
"bezier-curve-editor", | |
"block-comment", | |
"block-travel", | |
"bottom-dock", | |
"terminal-plus", | |
"wordpress-dictionary", | |
"multi-wrap-guide", | |
"move-panes", | |
"useful-context-menu", | |
"turbo-javascript", | |
"pain-split", | |
"pdf-view", | |
"php-composer-completion", | |
"php-getters-setters", | |
"php-integrator-autocomplete-plus", | |
"php-tools", | |
"php-twig", | |
"organized", | |
"language-make", | |
"language-miniml", | |
"language-mustache", | |
"language-objective-c", | |
"language-perl", | |
"language-pfm", | |
"language-plantuml", | |
"language-powershell", | |
"language-property-list", | |
"language-ruby", | |
"language-ruby-on-rails", | |
"language-rust", | |
"language-rust-bundled", | |
"language-sql-mysql", | |
"language-svg", | |
"goto-definition", | |
"go-plus", | |
"glowing-cursor", | |
"gitignore-snippets", | |
"git-diff", | |
"git-plus", | |
"git-projects", | |
"git-time-machine", | |
"flow-ide", | |
"latex", | |
"project-folder", | |
"processing-language", | |
"processing", | |
"background-tips", | |
"gulp-snippets", | |
"hey-pane", | |
"gulp-control", | |
"gulp-manager", | |
"html-to-css", | |
"browser-plus-block", | |
"browser-plus-open-new-window", | |
"about", | |
"browser-plus-zoom", | |
"hyperclick", | |
"lint-sass-vue", | |
"linter-coffeescript", | |
"linter-csslint", | |
"linter-flake8", | |
"ide-haskell", | |
"ide-go", | |
"build", | |
"build-gulp", | |
"build-make", | |
"linter-flow", | |
"linter-gcc", | |
"ide-rust", | |
"indent-guide-improved", | |
"python-debugger", | |
"python-tools", | |
"color-tabs", | |
"code-peek", | |
"clipboard-plus", | |
"linter-phpcs", | |
"linter-pug-lint", | |
"linter-sass-lint", | |
"quick-comment", | |
"qolor", | |
"recent-files-fuzzy-finder", | |
"refactor", | |
"regex-railroad-diagram", | |
"remote-atom", | |
"ink", | |
"column-select", | |
"command-logger", | |
"javascript-regex", | |
"javascript-snippets", | |
"jekyll", | |
"jquery-snippets", | |
"linter-tidy", | |
"remote-sync", | |
"rest-client", | |
"script", | |
"scroll-through-time", | |
"sequential-number", | |
"seti-icons", | |
"serial-plotter", | |
"linter-twig", | |
"linter-ui-plus", | |
"linter-xmllint", | |
"linter-xo", | |
"js-refactor", | |
"json-converter", | |
"jumpy", | |
"jupyter-notebook", | |
"keybinding-cheatsheet", | |
"compare-files", | |
"composer", | |
"console-log", | |
"copy-filename", | |
"css-declaration-sorter", | |
"css-snippets", | |
"kite", | |
"keyboard-scroll", | |
"livestyle-atom", | |
"local-history", | |
"data-atom", | |
"language-applescript", | |
"language-arduino", | |
"language-c", | |
"logo-file-icons", | |
"markdown-mindmap", | |
"markdown-pdf", | |
"simple-drag-drop-text", | |
"markdown-preview-enhanced", | |
"deprecation-cop", | |
"language-clojure", | |
"language-csharp", | |
"markdown-preview-plus", | |
"markdown-table-editor", | |
"markdown-themeable-pdf", | |
"markdown-writer", | |
"split-diff", | |
"svg-preview", | |
"swackets", | |
"metrics", | |
"merge-conflicts", | |
"document-outline", | |
"docs-snippets", | |
"django-templates", | |
"minimap", | |
"duplicate-line-or-selection", | |
"editorconfig", | |
"language-glsl", | |
"language-go", | |
"minimap-bookmarks", | |
"minimap-cursorline", | |
"minimap-find-and-replace", | |
"minimap-highlight-selected", | |
"minimap-linter", | |
"minimap-pigments", | |
"tab-control", | |
"tab-switcher", | |
"tabularize", | |
"minimap-selection", | |
"language-haml", | |
"enhanced-tabs", | |
"language-ini", | |
"language-java", | |
"escape-utils", | |
"ever-notedown", | |
"exception-reporting", | |
"expand-region", | |
"expand-selection-to-quotes", | |
"expose", | |
"file-header", | |
"tidy-tabs", | |
"todo-show", | |
"open-recent", | |
"language-jade", | |
"ftp-remote-edit", | |
"gist-it", | |
"pane-layout-plus", | |
"close-tags", | |
"cdn-libs", | |
"date", | |
"editor-settings", | |
"file-templates", | |
"file-types", | |
"fold-lines", | |
"fonts", | |
"atom-ide-terminal", | |
"goto-last-edit", | |
"html-tag-auto-complete", | |
"icon-fonts", | |
"imdone-atom", | |
"language-blade", | |
"language-csv", | |
"language-dots", | |
"language-markdown", | |
"language-twig", | |
"language-vue", | |
"line-count", | |
"line-jumper", | |
"linter-markdown", | |
"linter-python", | |
"livereload", | |
"package-list", | |
"package-sync", | |
"pinned-tabs", | |
"pp-js", | |
"pp-markdown", | |
"preview", | |
"terminal-status", | |
"dalek", | |
"encoding-selector", | |
"linter-json-lint", | |
"wordpress", | |
"project-manager", | |
"tree-view-open-files", | |
"pp", | |
"highlight-column", | |
"linter-shellcheck", | |
"linter", | |
"atom-ide-vue", | |
"Sublime-Style-Column-Selection", | |
"xatom-debug", | |
"xatom-debug-chrome", | |
"xatom-debug-nodejs", | |
"atom-typescript-react-redux-snippets", | |
"atom-vue", | |
"atom-vuex", | |
"cheatsheet", | |
"folder-treasure-boxes", | |
"ide-vue", | |
"ide-yaml", | |
"language-ocaml-fix", | |
"react-native-typescript-snippets", | |
"atom-beautify", | |
"atom-html-templates", | |
"atom-emmet-css-in-js", | |
"cde-visual-outline", | |
"codelf", | |
"docblockr", | |
"emmet-jsx-css-modules", | |
"emmet-jsx-props", | |
"html-template-generator", | |
"ide-reason", | |
"jQuery", | |
"language-ocaml", | |
"language-patch", | |
"language-pug", | |
"language-reason", | |
"language-riot-tag", | |
"linter-docker", | |
"linter-eslint", | |
"linter-htmlhint", | |
"linter-jsonlint", | |
"linter-less", | |
"linter-php", | |
"linter-pug", | |
"linter-stylelint", | |
"linter-tslint", | |
"linter-ui-default", | |
"meteor-api", | |
"ocaml-indent", | |
"php-cs-fixer", | |
"php-debug", | |
"platformio-ide-terminal", | |
"prettier-atom", | |
"pug", | |
"riot", | |
"riot-tag", | |
"sequence-diagram", | |
"shell-it", | |
"tablr", | |
"template-generator", | |
"vue-autocomplete", | |
"vue-snippets", | |
"vue-template", | |
"wordpress-api", | |
"open-on-github", | |
"styleguide", | |
"timecop", | |
"update-package-dependencies", | |
"re-re-re-react" | |
], | |
"ignoredNames": [ | |
".git", | |
".hg", | |
".svn", | |
".DS_Store", | |
"._*", | |
"Thumbs.db", | |
"desktop.ini", | |
".pioenvs", | |
".piolibdeps", | |
".clang_complete", | |
".gcc-flags.json" | |
], | |
"openEmptyEditorOnStart": false, | |
"packagesWithKeymapsDisabled": [ | |
"atom-autocomplete-php", | |
"pain-split", | |
"php-debug", | |
"Zen", | |
"advanced-new-file", | |
"advanced-open-file", | |
"tool-bar" | |
], | |
"projectHome": "/Applications/MAMP/htdocs", | |
"restorePreviousWindowsOnStart": "no", | |
"telemetryConsent": "no", | |
"themes": [ | |
"pure-ui", | |
"neon-syntax" | |
], | |
"titleBar": "custom", | |
"useTreeSitterParsers": false | |
}, | |
"editor": { | |
"fontFamily": "Fira Code iScript, Menlo, Consolas, DejaVu Sans Mono, monospace", | |
"fontSize": 12, | |
"scrollPastEnd": true, | |
"showInvisibles": true, | |
"softWrap": true, | |
"softWrapAtPreferredLineLength": true, | |
"softWrapHangingIndent": 2, | |
"tabLength": 4, | |
"tabType": "soft", | |
"zoomFontWhenCtrlScrolling": true | |
}, | |
"emmet": { | |
"extensionsPath": "~/Hub/emmet", | |
"useEmmetComments": true | |
}, | |
"exception-reporting": { | |
"userId": "e623d8d1-25cd-48c7-a3bc-3f1974271556" | |
}, | |
"file-header": { | |
"username": "caitlinchavanne" | |
}, | |
"file-icons": { | |
"coloured": false | |
}, | |
"flex-tool-bar": { | |
"persistentProjectToolBar": true, | |
"reloadToolBarNotification": false, | |
"useBrowserPlusWhenItIsActive": true | |
}, | |
"github": { | |
"showDiffIconGutter": true | |
}, | |
"ide-html": {}, | |
"kite": { | |
"showWelcomeNotificationOnStartup": false | |
}, | |
"linter": { | |
"lintOnChange": false, | |
"lintPreviewTabs": false | |
}, | |
"linter-ui-default": { | |
"panelHeight": 360.40625, | |
"showPanel": true, | |
"useBusySignal": false | |
}, | |
"minimap": { | |
"plugins": { | |
"bookmarks": true, | |
"bookmarksDecorationsZIndex": 0, | |
"codeglance": true, | |
"codeglanceDecorationsZIndex": 0, | |
"cursorline": true, | |
"cursorlineDecorationsZIndex": 0, | |
"find-and-replace": true, | |
"find-and-replaceDecorationsZIndex": 0, | |
"highlight-selected": true, | |
"highlight-selectedDecorationsZIndex": 0, | |
"identifier-highlight": true, | |
"identifier-highlightDecorationsZIndex": 0, | |
"linter": true, | |
"linterDecorationsZIndex": 0, | |
"minimap-autohide": true, | |
"minimap-autohideDecorationsZIndex": 0, | |
"pigments": true, | |
"pigmentsDecorationsZIndex": 0, | |
"selection": true, | |
"selectionDecorationsZIndex": 0 | |
} | |
}, | |
"organized": {}, | |
"php-debug": { | |
"display": { | |
"enableStatusbarButtons": false | |
}, | |
"showWelcome": false | |
}, | |
"platformio-ide-terminal": { | |
"toggles": {} | |
}, | |
"project-viewer": { | |
"customWidth": 586, | |
"disclaimer": { | |
"v140": false | |
}, | |
"dockOrPanel": true, | |
"panelPosition": "Right (first)" | |
}, | |
"sync-settings": { | |
"extraFiles": [], | |
"hiddenSettings": {}, | |
"quietUpdateCheck": true | |
}, | |
"terminal-plus": { | |
"toggles": { | |
"autoClose": true | |
} | |
}, | |
"tool-bar": { | |
"iconSize": "16px", | |
"position": "Right" | |
}, | |
"tree-view": { | |
"hideIgnoredNames": true, | |
"hideVcsIgnoredFiles": true | |
}, | |
"wakatime": { | |
"apikey": "Enter your api key...", | |
"disableSSLCertVerify": true, | |
"ignore": [ | |
"~/.atom", | |
"^/var/(?!www/).*", | |
"^/tmp/", | |
"^/private/", | |
"COMMIT_EDITMSG$", | |
"PULLREQ_EDITMSG$", | |
"MERGE_MSG$" | |
] | |
}, | |
"welcome": { | |
"showOnStartup": false | |
} | |
}, | |
".blade.html.php.text": { | |
"editor": { | |
"commentEnd": " --}}", | |
"commentStart": "{{-- " | |
} | |
}, | |
".coffee.source": { | |
"editor": { | |
"preferredLineLength": 79 | |
}, | |
"multi-wrap-guide": { | |
"columns": [ | |
79 | |
] | |
} | |
}, | |
".dockerfile.source": { | |
"editor": { | |
"showIndentGuide": true, | |
"showInvisibles": false, | |
"softWrap": true, | |
"softWrapAtPreferredLineLength": false | |
} | |
}, | |
".shell.source": { | |
"editor": { | |
"preferredLineLength": 78 | |
}, | |
"multi-wrap-guide": { | |
"columns": [ | |
78 | |
] | |
} | |
} | |
} |
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
# Your snippets | |
# | |
# Atom snippets allow you to enter a simple prefix in the editor and hit tab to | |
# expand the prefix into a larger code block with templated values. | |
# | |
# You can create a new snippet in this file by typing "snip" and then hitting | |
# tab. | |
# | |
# An example CoffeeScript snippet to expand log to console.log: | |
# | |
# '.source.coffee': | |
# 'Console log': | |
# 'prefix': 'log' | |
# 'body': 'console.log $1' | |
# | |
# Each scope (e.g. '.source.coffee' above) can only be declared once. | |
# | |
# This file uses CoffeeScript Object Notation (CSON). | |
# If you are unfamiliar with CSON, you can read more about it in the | |
# Atom Flight Manual: | |
# http://flight-manual.atom.io/using-atom/sections/basic-customization/#_cson |
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
/* | |
* Your Stylesheet | |
* | |
* This stylesheet is loaded when Atom starts up and is reloaded automatically | |
* when it is changed and saved. | |
* | |
* Add your own CSS or Less to fully customize Atom. | |
* If you are unfamiliar with Less, you can read more about it here: | |
* http://lesscss.org | |
*/ | |
atom-dock { | |
.left { | |
.item-views { | |
padding-top: 38px; | |
font-size: 10px; | |
.tree-view { | |
//margin: 0; | |
margin-top: 1px; | |
&-search-bar { | |
} | |
} | |
} | |
} | |
} | |
*::-webkit-scrollbar { | |
width: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment