Last active
June 27, 2022 02:05
-
-
Save lightyrs/42253716bc1b54109734 to your computer and use it in GitHub Desktop.
Atom Settings Backup by https://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
# 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()}" | |
atom.commands.add 'atom-text-editor', 'bony:clean-generated', -> | |
return unless buffer = atom.workspace.getActiveTextEditor().getBuffer() | |
buffer.backwardsScan(/ /g, (match) -> match.replace(" ")) | |
buffer.backwardsScan(/��/g, (match) -> match.replace("“")) | |
atom.commands.add 'atom-text-editor', 'ruby:frozen-string-comment', -> | |
return unless buffer = atom.workspace.getActiveTextEditor().getBuffer() | |
buffer.insert([0, 0], "# frozen_string_literal: true\n\n") |
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 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: | |
# * https://atom.io/docs/latest/using-atom-basic-customization#customizing-key-bindings | |
# * https://atom.io/docs/latest/behind-atom-keymaps-in-depth | |
# | |
# 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 | |
'.editor:not(.mini)': | |
'cmd-"': 'toggle-quotes:toggle' | |
'cmd-ctrl-l': 'editor:auto-indent' | |
'cmd-ctrl-h': 'dash:shortcut-alt' | |
'cmd-ctrl-c': 'linter:toggle-active-editor' | |
'cmd-ctrl-\\': 'linter:lint' | |
'cmd-ctrl-u': 'atom-beautify:beautify-editor' | |
'cmd-ctrl-b': 'bookmarks:toggle-bookmark' | |
'atom-text-editor[data-grammar="source gfm"]:not([mini]), atom-text-editor[data-grammar="text md"]:not([mini])': | |
'alt-shift-O': 'markdown-folding:cycle' |
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
{ | |
"about": { | |
"version": "1.9.1" | |
}, | |
"advanced-open-file": { | |
"version": "0.16.8" | |
}, | |
"aligner": { | |
"version": "1.3.0" | |
}, | |
"aligner-css": { | |
"version": "1.2.1" | |
}, | |
"aligner-javascript": { | |
"version": "1.3.0" | |
}, | |
"aligner-ruby": { | |
"version": "1.8.0" | |
}, | |
"aligner-scss": { | |
"version": "1.3.1" | |
}, | |
"apex-syntax": { | |
"version": "0.2.0", | |
"theme": "syntax" | |
}, | |
"apex-ui": { | |
"version": "1.2.0", | |
"theme": "ui" | |
}, | |
"archive-view": { | |
"version": "0.66.0" | |
}, | |
"atom-beautify": { | |
"version": "0.33.4" | |
}, | |
"atom-dark-syntax": { | |
"version": "0.29.1", | |
"theme": "syntax" | |
}, | |
"atom-dark-ui": { | |
"version": "0.53.3", | |
"theme": "ui" | |
}, | |
"atom-gutentags": { | |
"version": "0.1.0" | |
}, | |
"atom-jade": { | |
"version": "0.3.0" | |
}, | |
"atom-jinja2": { | |
"version": "0.6.0" | |
}, | |
"atom-jq": { | |
"version": "0.7.0" | |
}, | |
"atom-light-syntax": { | |
"version": "0.29.1", | |
"theme": "syntax" | |
}, | |
"atom-light-ui": { | |
"version": "0.46.3", | |
"theme": "ui" | |
}, | |
"atom-minify": { | |
"version": "0.8.0" | |
}, | |
"atom-typescript": { | |
"version": "14.4.0" | |
}, | |
"autocomplete-ansible": { | |
"version": "0.1.26" | |
}, | |
"autocomplete-atom-api": { | |
"version": "0.10.7" | |
}, | |
"autocomplete-css": { | |
"version": "0.17.5" | |
}, | |
"autocomplete-html": { | |
"version": "0.8.8" | |
}, | |
"autocomplete-module-import": { | |
"version": "0.3.0" | |
}, | |
"autocomplete-plus": { | |
"version": "2.42.4" | |
}, | |
"autocomplete-ruby": { | |
"version": "0.2.8" | |
}, | |
"autocomplete-snippets": { | |
"version": "1.12.1" | |
}, | |
"autoflow": { | |
"version": "0.29.4" | |
}, | |
"autosave": { | |
"version": "0.24.6" | |
}, | |
"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" | |
}, | |
"bookmarks": { | |
"version": "0.46.0" | |
}, | |
"bracket-matcher": { | |
"version": "0.92.0" | |
}, | |
"busy-signal": { | |
"version": "2.0.1" | |
}, | |
"carbon-now-sh": { | |
"version": "2.0.3" | |
}, | |
"color-tabs": { | |
"version": "0.1.8" | |
}, | |
"command-palette": { | |
"version": "0.43.5" | |
}, | |
"css-declaration-sorter": { | |
"version": "2.0.0" | |
}, | |
"dalek": { | |
"version": "0.2.2" | |
}, | |
"dash": { | |
"version": "1.7.1" | |
}, | |
"dash-syntax": { | |
"version": "0.4.2", | |
"theme": "syntax" | |
}, | |
"dash-ui": { | |
"version": "0.4.4", | |
"theme": "ui" | |
}, | |
"deprecation-cop": { | |
"version": "0.56.9" | |
}, | |
"dev-live-reload": { | |
"version": "0.48.1" | |
}, | |
"dictionary": { | |
"version": "0.5.0" | |
}, | |
"docblockr": { | |
"version": "0.14.2" | |
}, | |
"duotone-dark-syntax": { | |
"version": "2.1.0", | |
"theme": "syntax" | |
}, | |
"duplicate-removal": { | |
"version": "0.1.3" | |
}, | |
"encoding-selector": { | |
"version": "0.23.9" | |
}, | |
"exception-reporting": { | |
"version": "0.43.1" | |
}, | |
"file-icons": { | |
"version": "2.1.47" | |
}, | |
"file-types": { | |
"version": "1.0.1" | |
}, | |
"find-and-replace": { | |
"version": "0.219.8" | |
}, | |
"flatwhite-syntax": { | |
"version": "0.8.2", | |
"theme": "syntax" | |
}, | |
"fold-functions": { | |
"version": "0.11.0" | |
}, | |
"fuzzy-finder": { | |
"version": "1.14.3" | |
}, | |
"gemfile-gutter": { | |
"version": "0.4.0" | |
}, | |
"gemsource": { | |
"version": "0.3.0" | |
}, | |
"git-diff": { | |
"version": "1.3.9" | |
}, | |
"git-plus": { | |
"version": "8.7.1" | |
}, | |
"git-time-machine": { | |
"version": "2.1.0" | |
}, | |
"github": { | |
"version": "0.36.9" | |
}, | |
"go-to-line": { | |
"version": "0.33.0" | |
}, | |
"grammar-selector": { | |
"version": "0.50.1" | |
}, | |
"grammar-token-limit": { | |
"version": "0.1.1" | |
}, | |
"hashy": { | |
"version": "1.1.0" | |
}, | |
"hey-pane": { | |
"version": "1.2.0" | |
}, | |
"highlight-bad-chars": { | |
"version": "2.0.0" | |
}, | |
"hyperclick": { | |
"version": "0.1.5" | |
}, | |
"image-view": { | |
"version": "0.64.0" | |
}, | |
"incompatible-packages": { | |
"version": "0.27.3" | |
}, | |
"indent-guide-improved": { | |
"version": "1.4.13" | |
}, | |
"intentions": { | |
"version": "2.1.1" | |
}, | |
"js-hyperclick": { | |
"version": "1.17.0" | |
}, | |
"keybinding-resolver": { | |
"version": "0.39.1" | |
}, | |
"language-ansible": { | |
"version": "0.2.2" | |
}, | |
"language-c": { | |
"version": "0.60.19" | |
}, | |
"language-clojure": { | |
"version": "0.22.8" | |
}, | |
"language-coffee-script": { | |
"version": "0.50.0" | |
}, | |
"language-csharp": { | |
"version": "1.1.0" | |
}, | |
"language-css": { | |
"version": "0.45.1" | |
}, | |
"language-dots": { | |
"version": "0.0.4" | |
}, | |
"language-gfm": { | |
"version": "0.90.8" | |
}, | |
"language-git": { | |
"version": "0.19.1" | |
}, | |
"language-go": { | |
"version": "0.47.2" | |
}, | |
"language-haml": { | |
"version": "0.32.1" | |
}, | |
"language-haxe": { | |
"version": "0.6.0" | |
}, | |
"language-html": { | |
"version": "0.53.1" | |
}, | |
"language-hyperlink": { | |
"version": "0.17.1" | |
}, | |
"language-ignore": { | |
"version": "1.8.0" | |
}, | |
"language-java": { | |
"version": "0.32.1" | |
}, | |
"language-javascript": { | |
"version": "0.134.1" | |
}, | |
"language-json": { | |
"version": "1.0.5" | |
}, | |
"language-less": { | |
"version": "0.34.3" | |
}, | |
"language-log": { | |
"version": "1.10.1" | |
}, | |
"language-lua": { | |
"version": "0.9.11" | |
}, | |
"language-make": { | |
"version": "0.23.0" | |
}, | |
"language-mustache": { | |
"version": "0.14.5" | |
}, | |
"language-nginx": { | |
"version": "0.8.0" | |
}, | |
"language-objective-c": { | |
"version": "0.16.0" | |
}, | |
"language-perl": { | |
"version": "0.38.1" | |
}, | |
"language-php": { | |
"version": "0.47.0" | |
}, | |
"language-property-list": { | |
"version": "0.9.1" | |
}, | |
"language-pug": { | |
"version": "0.0.22" | |
}, | |
"language-python": { | |
"version": "0.53.6" | |
}, | |
"language-riot-tag": { | |
"version": "0.2.2" | |
}, | |
"language-rspec": { | |
"version": "0.12.1" | |
}, | |
"language-ruby": { | |
"version": "0.72.23" | |
}, | |
"language-ruby-on-rails": { | |
"version": "0.25.3" | |
}, | |
"language-rust-bundled": { | |
"version": "0.1.0" | |
}, | |
"language-sass": { | |
"version": "0.62.1" | |
}, | |
"language-shellscript": { | |
"version": "0.28.2" | |
}, | |
"language-source": { | |
"version": "0.9.0" | |
}, | |
"language-sql": { | |
"version": "0.25.10" | |
}, | |
"language-text": { | |
"version": "0.7.4" | |
}, | |
"language-todo": { | |
"version": "0.29.4" | |
}, | |
"language-toml": { | |
"version": "0.20.0" | |
}, | |
"language-typescript": { | |
"version": "0.6.3" | |
}, | |
"language-viml": { | |
"version": "1.2.3" | |
}, | |
"language-xml": { | |
"version": "0.35.3" | |
}, | |
"language-yaml": { | |
"version": "0.32.0" | |
}, | |
"lebab": { | |
"version": "0.10.0" | |
}, | |
"line-ending-selector": { | |
"version": "0.7.7" | |
}, | |
"lines": { | |
"version": "0.13.1" | |
}, | |
"link": { | |
"version": "0.31.6" | |
}, | |
"linter": { | |
"version": "3.4.0" | |
}, | |
"linter-ansible-linting": { | |
"version": "1.8.0" | |
}, | |
"linter-coffeelint": { | |
"version": "2.0.90" | |
}, | |
"linter-haml": { | |
"version": "2.1.0" | |
}, | |
"linter-jshint": { | |
"version": "3.1.19" | |
}, | |
"linter-jsonlint": { | |
"version": "1.4.0" | |
}, | |
"linter-pylint": { | |
"version": "2.1.1" | |
}, | |
"linter-rubocop": { | |
"version": "2.5.7" | |
}, | |
"linter-stylelint": { | |
"version": "4.5.1" | |
}, | |
"linter-ui-default": { | |
"version": "3.4.1" | |
}, | |
"linter-xo": { | |
"version": "0.31.0" | |
}, | |
"markdown-folding": { | |
"version": "0.3.1" | |
}, | |
"markdown-preview": { | |
"version": "0.160.2" | |
}, | |
"markdown-preview-plus": { | |
"version": "4.11.1" | |
}, | |
"markdown-toc": { | |
"version": "0.4.2" | |
}, | |
"metrics": { | |
"version": "1.8.1" | |
}, | |
"minimap": { | |
"version": "4.40.1" | |
}, | |
"minimap-cursorline": { | |
"version": "1.0.5" | |
}, | |
"minimap-find-and-replace": { | |
"version": "5.0.9" | |
}, | |
"minimap-hide": { | |
"version": "0.3.0" | |
}, | |
"minimap-pigments": { | |
"version": "0.2.2" | |
}, | |
"minimap-selection": { | |
"version": "4.5.5" | |
}, | |
"minimap-titles": { | |
"version": "1.15.0" | |
}, | |
"no-title-bar": { | |
"version": "1.11.9" | |
}, | |
"notifications": { | |
"version": "0.72.1" | |
}, | |
"one-dark-syntax": { | |
"version": "1.8.4", | |
"theme": "syntax" | |
}, | |
"one-dark-ui": { | |
"version": "1.12.5", | |
"theme": "ui" | |
}, | |
"one-light-syntax": { | |
"version": "1.8.4", | |
"theme": "syntax" | |
}, | |
"one-light-ui": { | |
"version": "1.12.5", | |
"theme": "ui" | |
}, | |
"open-files": { | |
"version": "0.8.4" | |
}, | |
"open-on-github": { | |
"version": "1.3.2" | |
}, | |
"package-generator": { | |
"version": "1.3.0" | |
}, | |
"pdf-view": { | |
"version": "0.73.0" | |
}, | |
"pen-paper-coffee-syntax": { | |
"version": "0.17.0", | |
"theme": "syntax" | |
}, | |
"pg-formatter": { | |
"version": "0.0.1" | |
}, | |
"pigments": { | |
"version": "0.40.6" | |
}, | |
"prettier-atom": { | |
"version": "0.60.1" | |
}, | |
"pretty-json": { | |
"version": "2.1.2" | |
}, | |
"project-manager": { | |
"version": "3.3.8" | |
}, | |
"qolor": { | |
"version": "0.4.2" | |
}, | |
"rails-atom-schema": { | |
"version": "1.1.1" | |
}, | |
"rails-partials": { | |
"version": "0.9.2" | |
}, | |
"release-notes": { | |
"version": "0.53.0" | |
}, | |
"rspec": { | |
"version": "0.4.0" | |
}, | |
"settings-view": { | |
"version": "0.261.8" | |
}, | |
"simple-panes": { | |
"version": "1.2.0" | |
}, | |
"smart-quotes-plus": { | |
"version": "3.0.1", | |
"apmInstallSource": { | |
"type": "git", | |
"source": "lightyrs/smart-quotes-plus", | |
"sha": "fb320da0b04259d314c7cd561aebace185117c7b" | |
} | |
}, | |
"snippets": { | |
"version": "1.5.1" | |
}, | |
"solarized-dark-syntax": { | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
"solarized-light-syntax": { | |
"version": "1.3.0", | |
"theme": "syntax" | |
}, | |
"sort-lines": { | |
"version": "0.19.0" | |
}, | |
"spell-check": { | |
"version": "0.77.1" | |
}, | |
"split-diff": { | |
"version": "1.6.1" | |
}, | |
"ssh-config": { | |
"version": "0.14.0" | |
}, | |
"status-bar": { | |
"version": "1.8.17" | |
}, | |
"status-bar-blame": { | |
"version": "2.0.3" | |
}, | |
"styleguide": { | |
"version": "0.49.12" | |
}, | |
"Stylus": { | |
"version": "3.2.0" | |
}, | |
"Sublime-Style-Column-Selection": { | |
"version": "1.7.5" | |
}, | |
"symbols-tree-view": { | |
"version": "0.14.0" | |
}, | |
"symbols-view": { | |
"version": "0.118.4" | |
}, | |
"sync-settings": { | |
"version": "5.2.15" | |
}, | |
"tab-smart-sort": { | |
"version": "0.3.0" | |
}, | |
"tabs": { | |
"version": "0.110.2" | |
}, | |
"tabs-to-spaces": { | |
"version": "1.0.5" | |
}, | |
"teletype": { | |
"version": "0.13.4" | |
}, | |
"timecop": { | |
"version": "0.36.2" | |
}, | |
"toggle-quotes": { | |
"version": "1.1.4" | |
}, | |
"tree-view": { | |
"version": "0.229.1" | |
}, | |
"tree-view-git-status": { | |
"version": "1.5.3" | |
}, | |
"update-package-dependencies": { | |
"version": "0.13.1" | |
}, | |
"wakatime": { | |
"version": "11.0.10" | |
}, | |
"welcome": { | |
"version": "0.36.9" | |
}, | |
"whitespace": { | |
"version": "0.37.8" | |
}, | |
"wordcount": { | |
"version": "3.3.0" | |
}, | |
"wrap-guide": { | |
"version": "0.41.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
{ | |
"*": { | |
"activate-power-mode": { | |
"autoToggle": false | |
}, | |
"api-docs": { | |
"_theme": "Dark" | |
}, | |
"atom-beautify": { | |
"css": { | |
"indent_size": 2, | |
"no_lead_zero": true | |
}, | |
"executables": { | |
"rubocop": { | |
"path": "/Users/harris/.rvm/gems/ruby-2.5.1/bin/rubocop" | |
} | |
}, | |
"general": { | |
"_analyticsUserId": "f53e68d3-0d49-433f-85d9-6a22f32775e1", | |
"analytics": false | |
}, | |
"js": { | |
"indent_size": 2 | |
}, | |
"json": { | |
"indent_size": 2 | |
}, | |
"ruby": {}, | |
"sass": { | |
"indent_size": 2 | |
}, | |
"scss": { | |
"indent_size": 2 | |
} | |
}, | |
"atom-ide-ui": { | |
"atom-ide-diagnostics-ui": {}, | |
"use": {} | |
}, | |
"atom-minify": { | |
"jsMinifier": "UglifyJS2" | |
}, | |
"atom-minimap-titles": { | |
"font": "ANSI Shadow" | |
}, | |
"atom-package-deps": { | |
"ignored": [] | |
}, | |
"autocomplete-ansible": { | |
"pythonPaths": "/usr/local/opt/python/bin/python2.7" | |
}, | |
"autocomplete-plus": { | |
"fileBlacklist": [ | |
"*.md", | |
"*.txt", | |
"*.log", | |
"*.csv", | |
"*.xls", | |
"*.xlsx" | |
], | |
"strictMatching": true | |
}, | |
"autocomplete-ruby": {}, | |
"blame": { | |
"dateFormat": "MM-DD-YY" | |
}, | |
"color-tabs": { | |
"backgroundStyle": "none", | |
"markerStyle": "corner" | |
}, | |
"core": { | |
"allowPendingPaneItems": false, | |
"audioBeep": false, | |
"closeDeletedFileTabs": true, | |
"debugLSP": true, | |
"disabledPackages": [ | |
"markdown-preview", | |
"synced-sidebar", | |
"minimap-titles", | |
"symbols-tree-view", | |
"linter-haml", | |
"highlight-bad-chars", | |
"minimap-cursorline", | |
"spell-check", | |
"teletype", | |
"rails-partials", | |
"Stylus", | |
"atom-jade", | |
"autocomplete-ansible", | |
"autocomplete-ruby", | |
"language-ansible", | |
"minimap-selection", | |
"hey-pane", | |
"open-files" | |
], | |
"followSymlinks": false, | |
"packagesWithKeymapsDisabled": [ | |
"activate-power-mode", | |
"dash", | |
"git-plus", | |
"markdown-preview-plus", | |
"lebab", | |
"blame", | |
"minimap-titles", | |
"hyperclick", | |
"jump-to-import", | |
"carbon-now-sh", | |
"language-log", | |
"hashy", | |
"atom-beautify", | |
"rails-transporter", | |
"dumb-quoter", | |
"duplicate-removal", | |
"gemfile-gutter", | |
"rspec", | |
"color-tabs", | |
"markdown-folding", | |
"prettier-atom", | |
"markdown-themeable-pdf", | |
"lines" | |
], | |
"projectHome": "/Users/harris/workspace", | |
"telemetryConsent": "no", | |
"titleBar": "custom" | |
}, | |
"editor": { | |
"backUpBeforeSaving": true, | |
"fontFamily": "Fira Code", | |
"fontSize": 17, | |
"showInvisibles": true, | |
"softWrap": true, | |
"softWrapAtPreferredLineLength": true, | |
"tabType": "soft" | |
}, | |
"exception-reporting": { | |
"userId": "9b7e5814-7b5f-150d-bb87-83cc9d3fef54" | |
}, | |
"file-icons": {}, | |
"fuzzy-finder": { | |
"ignoredNames": [ | |
"**/node_modules/*" | |
] | |
}, | |
"git-diff": { | |
"showIconsInEditorGutter": true | |
}, | |
"git-plus": { | |
"general": { | |
"_analyticsUserId": "378e3b5a-4d1e-43f2-be31-58c16dc8178e" | |
} | |
}, | |
"grammar-token-limit": {}, | |
"js-hyperclick": { | |
"extensions": [ | |
".js", | |
".json", | |
".node", | |
".coffee" | |
], | |
"trustedFiles": [ | |
{ | |
"hash": "7bce0faff8aba2e742b93a8e21a8a7f14993041d", | |
"trusted": true | |
} | |
] | |
}, | |
"jump-to-import": { | |
"useEmberPods": false, | |
"usePendingPane": false | |
}, | |
"language-log": { | |
"adjacentLines": 5 | |
}, | |
"linter": { | |
"disabledProviders": [ | |
"Pylint" | |
], | |
"lintOnChange": false, | |
"lintOnOpen": false, | |
"lintPreviewTabs": false | |
}, | |
"linter-ansible-linting": { | |
"displaySeverity": true | |
}, | |
"linter-coffeelint": { | |
"defaultConfig": "~/.config/coffeelint/coffeelint.json" | |
}, | |
"linter-jshint": { | |
"disableWhenNoJshintrcFileInPath": true | |
}, | |
"linter-rubocop": { | |
"command": "bundle exec rubocop", | |
"disableWhenNoConfigFile": true | |
}, | |
"linter-sass-lint": { | |
"configFile": "~/.config/sass-lint/.sass-lint.yml" | |
}, | |
"linter-stylelint": { | |
"disableWhenNoConfig": false, | |
"showIgnored": true, | |
"useStandard": true | |
}, | |
"linter-ui-default": { | |
"panelHeight": 244, | |
"statusBarRepresents": "Current File" | |
}, | |
"markdown-preview-plus": { | |
"markdownItConfig": { | |
"useLazyHeaders": false | |
}, | |
"mathConfig": { | |
"enableLatexRenderingByDefault": true | |
}, | |
"saveConfig": { | |
"defaultSaveFormat": "pdf", | |
"openOnSave": { | |
"pdf": true | |
}, | |
"saveToPDFOptions": { | |
"printBackground": true | |
} | |
}, | |
"style": "github", | |
"syncConfig": { | |
"syncPreviewOnEditorScroll": true | |
} | |
}, | |
"markdown-themeable-pdf": { | |
"enableBreaks": true, | |
"enableLinkify": true | |
}, | |
"minimap": { | |
"plugins": { | |
"cursorline": true, | |
"cursorlineDecorationsZIndex": 0, | |
"find-and-replace": true, | |
"find-and-replaceDecorationsZIndex": 0, | |
"minimap-hide": false, | |
"minimap-hideDecorationsZIndex": 0, | |
"pigments": true, | |
"pigmentsDecorationsZIndex": 0, | |
"selection": true, | |
"selectionDecorationsZIndex": 0 | |
} | |
}, | |
"minimap-selection": { | |
"highlightCursorsLines": true | |
}, | |
"nord-atom-ui": { | |
"darkerFormFocusEffect": true | |
}, | |
"one-vibrancy": {}, | |
"pg-formatter": { | |
"pgFormatterOptions": { | |
"functionCase": "uppercase", | |
"keywordCase": "uppercase" | |
} | |
}, | |
"prettier-atom": { | |
"formatOnSaveOptions": { | |
"isDisabledIfNoConfigFile": true, | |
"isDisabledIfNotInPackageJson": true | |
}, | |
"prettierEslintOptions": { | |
"prettierLast": true | |
}, | |
"useEslint": true, | |
"useStylelint": true | |
}, | |
"rails-model-schema": { | |
"showImmediately": false | |
}, | |
"rails-transporter": {}, | |
"rspec": { | |
"command": "bundle exec rspec --format documentation" | |
}, | |
"spell-check": { | |
"excludedScopes": [ | |
"source.gfm" | |
], | |
"grammars": [ | |
"source.asciidoc", | |
"text.git-commit", | |
"text.plain", | |
"text.plain.null-grammar" | |
] | |
}, | |
"split-diff": { | |
"colors": { | |
"addedColor": "#4a784a", | |
"overrideThemeColors": true, | |
"removedColor": "#884444" | |
}, | |
"diffWords": true, | |
"ignoreWhitespace": true, | |
"leftEditorColor": "red", | |
"rightEditorColor": "green", | |
"scrollSyncType": "Vertical + Horizontal", | |
"syncHorizontalScroll": true | |
}, | |
"status-bar-blame": { | |
"dateFormat": "YY-MM-DD" | |
}, | |
"sync-settings": { | |
"analytics": false, | |
"hiddenSettings": {} | |
}, | |
"tab-smart-sort": { | |
"placeSpecialTabsOnRight": true | |
}, | |
"tabs": {}, | |
"tree-view-git-status": { | |
"gitFlow": { | |
"enabled": false | |
} | |
}, | |
"tree-view-search-bar": {}, | |
"wakatime": { | |
"apikey": "Saved in your $WAKATIME_HOME/.wakatime.cfg file" | |
}, | |
"wakatime-hidden": { | |
"lastInit": 1492543966 | |
}, | |
"welcome": { | |
"showOnStartup": false | |
} | |
}, | |
".log.source": { | |
"editor": { | |
"softWrap": true | |
} | |
} | |
} |
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 |
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 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 | |
*/ | |
/* | |
* Examples | |
* (To see them, uncomment and save) | |
*/ | |
// style the background color of the tree view | |
.tree-view { | |
// background-color: whitesmoke; | |
} | |
// style the background and foreground colors on the atom-text-editor-element itself | |
atom-text-editor { | |
// color: white; | |
// background-color: hsl(180, 24%, 12%); | |
} | |
// To style other content in the text editor's shadow DOM, use the ::shadow expression | |
atom-text-editor::shadow .cursor { | |
// border-color: red; | |
} | |
.minimap-selection .region { | |
background: rgba(98, 196, 190, 0.30); | |
} | |
.minimap-selection .cursor-line { | |
background: rgba(43, 182, 231, 1.00); | |
} | |
.minimap-visible-area::after { | |
background-color: rgba(127, 127, 127, 0.5); | |
border-left: 2px solid #56b6c2; | |
} | |
.indent-guide-improved { | |
background-color: #5c6370; | |
&.indent-guide-stack { | |
background-color: #949FB4; | |
&.indent-guide-active { | |
background-color: rgba(43, 182, 231, 1); | |
width: 3px; | |
box-shadow: 0 0 5px rgba(43, 182, 231, 1); | |
} | |
} | |
} | |
#linter-tooltip { | |
max-width: 450px; | |
linter-message, | |
.linter-message { | |
font-size: 1.25rem; | |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | |
padding: 3px 5px; | |
overflow: hidden; | |
.linter-line { | |
display: inline-block; | |
width: ~"calc(100% - 20px)"; | |
margin-bottom: .5rem; | |
} | |
} | |
a { | |
&:first-child { | |
float: left; | |
} | |
} | |
linter-excerpt, | |
.linter-excerpt { | |
float: left; | |
margin-bottom: .75rem; | |
display: inline-block; | |
width: ~"calc(100% - 50px)"; | |
} | |
.linter-line { | |
display: inline-block; | |
width: ~"calc(100% - 20px)"; | |
padding-left: 21px; | |
margin-bottom: .5rem; | |
} | |
} | |
// atom-workspace, | |
// atom-text-editor { | |
// font-family: "Operator Mono"; | |
// font-size: 18px; | |
// font-weight: 400; | |
// line-height: 1.7; | |
// } | |
// atom-panel.tool-panel { | |
// font-size: 0.88em; | |
// } | |
// .entity.other.attribute-name { | |
// font-style: italic; | |
// } |
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
gist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment