Last active
January 12, 2017 17:44
-
-
Save taylor-jones/6e0fed06abc65ff7ce456b5b071cd82f 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 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
# 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 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-win32, .platform-linux': | |
'alt-`': 'tree-view:toggle' | |
'atom-text-editor': | |
'ctrl-shift-h': 'atom-beautify:beautify-editor' | |
'alt-shift-h': 'highlight-selected:toggle' | |
'atom-workspace': | |
'ctrl-cmd-s': 'php-cs-fixer:fix' | |
'atom-text-editor[data-grammar="text html php"]:not([mini])': | |
'tab': 'emmet:expand-abbreviation-with-tab' | |
'.platform-win32 atom-workspace': | |
'ctrl-k ctrl-c': 'change-case:camel' | |
'ctrl-k ctrl-s': 'change-case:snake' | |
'ctrl-k ctrl-l': 'change-case:lower' | |
'ctrl-k ctrl-u': 'change-case:upper' | |
'ctrl-k ctrl-f': 'change-case:upperFirst' |
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.2" | |
}, | |
{ | |
"name": "advanced-open-file", | |
"version": "0.16.5" | |
}, | |
{ | |
"name": "archive-view", | |
"version": "0.62.2" | |
}, | |
{ | |
"name": "atom-beautify", | |
"version": "0.29.16" | |
}, | |
{ | |
"name": "atom-dark-syntax", | |
"version": "0.28.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-dark-ui", | |
"version": "0.53.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-light-syntax", | |
"version": "0.29.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "atom-light-ui", | |
"version": "0.46.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "atom-ternjs", | |
"version": "0.16.1" | |
}, | |
{ | |
"name": "autocomplete-atom-api", | |
"version": "0.10.0" | |
}, | |
{ | |
"name": "autocomplete-css", | |
"version": "0.14.1" | |
}, | |
{ | |
"name": "autocomplete-html", | |
"version": "0.7.2" | |
}, | |
{ | |
"name": "autocomplete-plus", | |
"version": "2.34.2" | |
}, | |
{ | |
"name": "autocomplete-snippets", | |
"version": "1.11.0" | |
}, | |
{ | |
"name": "autoflow", | |
"version": "0.29.0" | |
}, | |
{ | |
"name": "autosave", | |
"version": "0.24.0" | |
}, | |
{ | |
"name": "autoupdate-packages", | |
"version": "1.3.1" | |
}, | |
{ | |
"name": "background-tips", | |
"version": "0.26.1" | |
}, | |
{ | |
"name": "base16-tomorrow-dark-theme", | |
"version": "1.4.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "base16-tomorrow-light-theme", | |
"version": "1.4.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "bookmarks", | |
"version": "0.43.4" | |
}, | |
{ | |
"name": "bracket-matcher", | |
"version": "0.85.2" | |
}, | |
{ | |
"name": "change-case", | |
"version": "0.6.3" | |
}, | |
{ | |
"name": "code-peek", | |
"version": "1.4.14" | |
}, | |
{ | |
"name": "command-palette", | |
"version": "0.39.2" | |
}, | |
{ | |
"name": "deprecation-cop", | |
"version": "0.55.1" | |
}, | |
{ | |
"name": "dev-live-reload", | |
"version": "0.47.0" | |
}, | |
{ | |
"name": "editorconfig", | |
"version": "2.2.0" | |
}, | |
{ | |
"name": "element-finder", | |
"version": "0.1.1" | |
}, | |
{ | |
"name": "emmet", | |
"version": "2.4.3" | |
}, | |
{ | |
"name": "encoding-selector", | |
"version": "0.22.0" | |
}, | |
{ | |
"name": "exception-reporting", | |
"version": "0.40.1" | |
}, | |
{ | |
"name": "file-icons", | |
"version": "2.0.8" | |
}, | |
{ | |
"name": "find-and-replace", | |
"version": "0.205.1" | |
}, | |
{ | |
"name": "fuzzy-finder", | |
"version": "1.4.1" | |
}, | |
{ | |
"name": "git-diff", | |
"version": "1.2.0" | |
}, | |
{ | |
"name": "git-plus", | |
"version": "7.1.0" | |
}, | |
{ | |
"name": "go-to-line", | |
"version": "0.31.2" | |
}, | |
{ | |
"name": "grammar-selector", | |
"version": "0.48.2" | |
}, | |
{ | |
"name": "highlight-selected", | |
"version": "0.12.0" | |
}, | |
{ | |
"name": "image-view", | |
"version": "0.60.0" | |
}, | |
{ | |
"name": "incompatible-packages", | |
"version": "0.26.1" | |
}, | |
{ | |
"name": "javascript-snippets", | |
"version": "1.2.1" | |
}, | |
{ | |
"name": "keybinding-resolver", | |
"version": "0.35.0" | |
}, | |
{ | |
"name": "language-babel", | |
"version": "2.49.4" | |
}, | |
{ | |
"name": "language-c", | |
"version": "0.54.1" | |
}, | |
{ | |
"name": "language-clojure", | |
"version": "0.22.1" | |
}, | |
{ | |
"name": "language-coffee-script", | |
"version": "0.48.2" | |
}, | |
{ | |
"name": "language-csharp", | |
"version": "0.14.0" | |
}, | |
{ | |
"name": "language-css", | |
"version": "0.41.0" | |
}, | |
{ | |
"name": "language-gfm", | |
"version": "0.88.0" | |
}, | |
{ | |
"name": "language-git", | |
"version": "0.19.0" | |
}, | |
{ | |
"name": "language-go", | |
"version": "0.43.1" | |
}, | |
{ | |
"name": "language-html", | |
"version": "0.47.1" | |
}, | |
{ | |
"name": "language-hyperlink", | |
"version": "0.16.1" | |
}, | |
{ | |
"name": "language-java", | |
"version": "0.25.0" | |
}, | |
{ | |
"name": "language-javascript", | |
"version": "0.125.1" | |
}, | |
{ | |
"name": "language-json", | |
"version": "0.18.3" | |
}, | |
{ | |
"name": "language-less", | |
"version": "0.30.0" | |
}, | |
{ | |
"name": "language-make", | |
"version": "0.22.3" | |
}, | |
{ | |
"name": "language-mustache", | |
"version": "0.13.1" | |
}, | |
{ | |
"name": "language-objective-c", | |
"version": "0.15.1" | |
}, | |
{ | |
"name": "language-perl", | |
"version": "0.37.0" | |
}, | |
{ | |
"name": "language-php", | |
"version": "0.37.3" | |
}, | |
{ | |
"name": "language-postcss", | |
"version": "1.3.0" | |
}, | |
{ | |
"name": "language-property-list", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "language-python", | |
"version": "0.45.1" | |
}, | |
{ | |
"name": "language-ruby", | |
"version": "0.70.4" | |
}, | |
{ | |
"name": "language-ruby-on-rails", | |
"version": "0.25.1" | |
}, | |
{ | |
"name": "language-sass", | |
"version": "0.57.1" | |
}, | |
{ | |
"name": "language-shellscript", | |
"version": "0.25.0" | |
}, | |
{ | |
"name": "language-source", | |
"version": "0.9.0" | |
}, | |
{ | |
"name": "language-sql", | |
"version": "0.25.2" | |
}, | |
{ | |
"name": "language-text", | |
"version": "0.7.1" | |
}, | |
{ | |
"name": "language-todo", | |
"version": "0.29.1" | |
}, | |
{ | |
"name": "language-toml", | |
"version": "0.18.1" | |
}, | |
{ | |
"name": "language-xml", | |
"version": "0.34.15" | |
}, | |
{ | |
"name": "language-yaml", | |
"version": "0.27.2" | |
}, | |
{ | |
"name": "line-ending-selector", | |
"version": "0.5.1" | |
}, | |
{ | |
"name": "link", | |
"version": "0.31.2" | |
}, | |
{ | |
"name": "linter", | |
"version": "1.11.21" | |
}, | |
{ | |
"name": "linter-eslint", | |
"version": "8.0.0" | |
}, | |
{ | |
"name": "linter-stylelint", | |
"version": "3.7.0" | |
}, | |
{ | |
"name": "markdown-preview", | |
"version": "0.159.2" | |
}, | |
{ | |
"name": "metrics", | |
"version": "1.1.2" | |
}, | |
{ | |
"name": "minimap", | |
"version": "4.26.6" | |
}, | |
{ | |
"name": "notifications", | |
"version": "0.66.1" | |
}, | |
{ | |
"name": "one-dark-syntax", | |
"version": "1.6.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-dark-ui", | |
"version": "1.9.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "one-dark-vivid-syntax", | |
"version": "1.7.1", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-light-syntax", | |
"version": "1.6.0", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "one-light-ui", | |
"version": "1.9.0", | |
"theme": "ui" | |
}, | |
{ | |
"name": "open-on-github", | |
"version": "1.2.1" | |
}, | |
{ | |
"name": "open-recent", | |
"version": "5.0.0" | |
}, | |
{ | |
"name": "package-generator", | |
"version": "1.0.2" | |
}, | |
{ | |
"name": "pigments", | |
"version": "0.38.0" | |
}, | |
{ | |
"name": "platformio-ide-terminal", | |
"version": "2.2.2" | |
}, | |
{ | |
"name": "script", | |
"version": "3.14.0" | |
}, | |
{ | |
"name": "settings-view", | |
"version": "0.245.0" | |
}, | |
{ | |
"name": "snippets", | |
"version": "1.0.5" | |
}, | |
{ | |
"name": "solarized-dark-syntax", | |
"version": "1.1.1", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "solarized-light-syntax", | |
"version": "1.1.1", | |
"theme": "syntax" | |
}, | |
{ | |
"name": "spell-check", | |
"version": "0.70.2" | |
}, | |
{ | |
"name": "status-bar", | |
"version": "1.7.0" | |
}, | |
{ | |
"name": "styleguide", | |
"version": "0.48.0" | |
}, | |
{ | |
"name": "symbols-view", | |
"version": "0.114.0" | |
}, | |
{ | |
"name": "sync-settings", | |
"version": "0.8.1" | |
}, | |
{ | |
"name": "tabs", | |
"version": "0.104.1" | |
}, | |
{ | |
"name": "timecop", | |
"version": "0.33.2" | |
}, | |
{ | |
"name": "tree-view", | |
"version": "0.213.1" | |
}, | |
{ | |
"name": "update-package-dependencies", | |
"version": "0.10.0" | |
}, | |
{ | |
"name": "welcome", | |
"version": "0.36.0" | |
}, | |
{ | |
"name": "whitespace", | |
"version": "0.36.1" | |
}, | |
{ | |
"name": "wrap-guide", | |
"version": "0.39.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
{ | |
"advanced-new-file": { | |
"suggestCurrentFilePath": true | |
}, | |
"atom-beautify": { | |
"css": { | |
"end_with_newline": true, | |
"force_indentation": true, | |
"indent_size": 2, | |
"preserve_newlines": true, | |
"selector_separator_newline": true | |
}, | |
"general": { | |
"_analyticsUserId": "df4d5d61-00e0-4266-97b8-996a94471628", | |
"beautifyEntireFileOnSave": false | |
}, | |
"html": { | |
"indent_size": 2 | |
}, | |
"js": { | |
"brace_style": "collapse-preserve-inline", | |
"end_with_comma": true, | |
"end_with_newline": true, | |
"indent_size": 2, | |
"space_after_anon_function": true | |
}, | |
"sass": { | |
"indent_size": 2 | |
}, | |
"scss": { | |
"configPath": "C:\\users\\taylo\\.csscomb.json", | |
"convert_quotes": "single", | |
"indent_comments": false, | |
"indent_size": 2, | |
"preserve_newlines": true | |
} | |
}, | |
"atom-ternjs": { | |
"inlineFnCompletionDocumentation": true, | |
"snippetsFirst": true, | |
"useSnippets": true, | |
"useSnippetsAndFunction": true | |
}, | |
"autosave": { | |
"enabled": true | |
}, | |
"autoupdate-packages": { | |
"lastUpdateTimestamp": 1484226374946 | |
}, | |
"core": { | |
"audioBeep": false, | |
"autoHideMenuBar": true, | |
"disabledPackages": [ | |
"turbo-javascript", | |
"language-c", | |
"language-csharp", | |
"language-java", | |
"language-objective-c", | |
"language-ruby", | |
"language-ruby-on-rails", | |
"language-php", | |
"whitespace", | |
"autoupdate-packages" | |
], | |
"packagesWithKeymapsDisabled": [ | |
"php-cs-fixer", | |
"change-case", | |
"stylefmt" | |
], | |
"projectHome": "C:\\Users\\taylo\\MegaSync\\Code", | |
"telemetryConsent": "limited" | |
}, | |
"docblockr": { | |
"extend_double_slash": false, | |
"lower_case_primitives": true, | |
"newline_after_block": true | |
}, | |
"editor": { | |
"fontFamily": "Droid Sans Mono", | |
"fontSize": 15, | |
"lineHeight": 1.6, | |
"scrollPastEnd": true, | |
"showIndentGuide": true, | |
"showInvisibles": true, | |
"softWrap": true, | |
"zoomFontWhenCtrlScrolling": false | |
}, | |
"element-finder": { | |
"filePatterns": [ | |
"*.html", | |
"*.htm", | |
"*.shtml", | |
"*.erb", | |
"*.php" | |
] | |
}, | |
"exception-reporting": { | |
"userId": "2cb1ceae-6f0f-0b4e-4e12-7ad8ee4ac197" | |
}, | |
"fuzzy-finder": { | |
"ignoredNames": [ | |
"node_modules" | |
] | |
}, | |
"language-babel": { | |
"allowLocalOverride": true, | |
"disableWhenNoBabelrcFileInPath": false | |
}, | |
"line-ending-selector": { | |
"defaultLineEnding": "LF" | |
}, | |
"linter": { | |
"errorPanelHeight": 38, | |
"lintOnFlyInterval": 1000 | |
}, | |
"linter-eslint": { | |
"advancedLocalNodeModules": "./node_modules", | |
"disableWhenNoEslintConfig": false, | |
"eslintrcPath": "C:\\users\\taylo\\.eslintrc", | |
"globalNodePath": "C:/Program Files/nodejs", | |
"rulesToSilenceWhileTyping": [ | |
"no-trailing-spaces", | |
"eol-last" | |
] | |
}, | |
"linter-stylelint": { | |
"useStandard": true | |
}, | |
"minimap": { | |
"autoToggle": false, | |
"plugins": { | |
"cursorline": false, | |
"cursorlineDecorationsZIndex": 0, | |
"highlight-selected": false, | |
"highlight-selectedDecorationsZIndex": 0 | |
} | |
}, | |
"platformio-ide-terminal": { | |
"style": { | |
"animationSpeed": 1.5, | |
"fontFamily": "\"Droid Sans Mono\"", | |
"fontSize": "14", | |
"theme": "dracula" | |
} | |
}, | |
"script": { | |
"stopOnRerun": true | |
}, | |
"sync-settings": { | |
"quietUpdateCheck": true | |
}, | |
"terminal-plus": { | |
"core": { | |
"mapTerminalsTo": "Folder", | |
"shell": "C:\\WINDOWS\\System32\\cmd" | |
}, | |
"style": { | |
"fontFamily": "Droid Sans Mono", | |
"fontSize": "16", | |
"theme": "solid-colors" | |
} | |
}, | |
"welcome": { | |
"showOnStartup": false | |
}, | |
"whitespace": {} | |
} |
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 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: | |
# https://atom.io/docs/latest/using-atom-basic-customization#cson | |
########################## | |
# JavaScript # | |
########################## | |
# const | |
".source.js, .source.jsx, .source.ts": | |
'const': | |
'prefix': 'c' | |
'body': 'const ${1:name}' | |
'let': | |
'prefix': 'l' | |
'body': 'let ${1:name}' | |
'var': | |
'prefix': 'v' | |
'body': 'var ${1:name}' | |
'class': | |
'prefix': 'cc' | |
'body': """ | |
class ${1:name} { | |
constructor(${2:arguments}) { | |
${0} | |
} | |
} | |
""" | |
'child class': | |
'prefix': 'cx' | |
'body': """ | |
class ${1:name} extends ${2:base} { | |
constructor(${2:arguments}) { | |
super(${2:arguments}) | |
${0} | |
} | |
} | |
""" | |
'DOM ready': | |
'prefix': 'domr' | |
'body': """ | |
if (document.readyState === 'complete' || document.readyState !== 'loading') { | |
${1:eventHandler}.${2:init}(); | |
} else { | |
document.addEventListener('DOMContentLoaded', ${1:eventHandler}.${2:init}()); | |
} | |
${3} | |
""" | |
'method': | |
'prefix': 'm' | |
'body': """ | |
${1:method}(${2:arguments}) { | |
${0} | |
} | |
""" | |
'return': | |
'prefix': 'r' | |
'body': 'return ${0};' | |
'Export Default Class': | |
'prefix': 'edc' | |
'body': """ | |
export default class ${1} { | |
${2} | |
} | |
""" | |
'Export Default Function': | |
'prefix': 'edf' | |
'body': """ | |
export default function (${1}) { | |
${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
// One Dark | |
@theme-bg: #262a32; | |
.tab-bar, | |
.status-bar, | |
.tree-view { | |
font-size: 1.1em; | |
} | |
// style the background and foreground colors on the atom-text-editor-element itself | |
atom-text-editor { | |
// background-color: lighten(@theme-bg, 10%); | |
// Font Settings | |
.editor { | |
-webkit-font-smoothing: subpixel-antialiased; | |
-moz-osx-font-smoothing: grayscale; | |
text-rendering: optimizeLegibility; | |
} | |
} | |
atom-text-editor.shadow { | |
/* more subtle invisibles */ | |
.invisible-character, | |
.indent-guide { | |
// color: lighten(@theme-bg, 40%); | |
// opacity: 0.25; | |
} | |
// Make matching brackets more noticable | |
.bracket-matcher { | |
// position: absolute; | |
// background-color: rgba(255, 255, 255, 0.25); | |
} | |
// unitalicizes comments | |
.comment { | |
// font-style: normal; | |
// color: rgba(255, 255, 255, 0.35); | |
} | |
.gutter { | |
// background-color: lighten(@theme-bg, 5%); | |
} | |
} | |
// Change the default minimap cursorline color | |
.minimap .cursor-line { | |
// background: rgba(255, 255, 255, 0.25); | |
} | |
// Customizes settings for highlight-selected package | |
atom-text-editor, | |
atom-text-editor.shadow, | |
atom-text-editor .editor { | |
// Box | |
.highlights .highlight-selected .region { | |
// border-color: rgba(255, 255, 255, 0); | |
} | |
// Background | |
.highlights .highlight-selected.background .region { | |
// background-color: rgba(144, 164, 174, 0.35); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment