vic4884
10/27/2019 - 8:55 PM

my atom settings

my atom settings

# 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()}"
# 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
{
	"about": {
		"version": "1.9.1"
	},
	"archive-view": {
		"version": "0.65.1"
	},
	"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-light-syntax": {
		"version": "0.29.1",
		"theme": "syntax"
	},
	"atom-light-ui": {
		"version": "0.46.3",
		"theme": "ui"
	},
	"atom-wordpress": {
		"version": "0.3.0"
	},
	"autocomplete-atom-api": {
		"version": "0.10.7"
	},
	"autocomplete-css": {
		"version": "0.17.5"
	},
	"autocomplete-html": {
		"version": "0.8.8"
	},
	"autocomplete-plus": {
		"version": "2.42.3"
	},
	"autocomplete-snippets": {
		"version": "1.12.1"
	},
	"autocomplete-wordpress-hooks": {
		"version": "0.2.3"
	},
	"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.91.2"
	},
	"busy-signal": {
		"version": "2.0.1"
	},
	"color-picker": {
		"version": "2.3.0"
	},
	"command-palette": {
		"version": "0.43.5"
	},
	"dalek": {
		"version": "0.2.2"
	},
	"deprecation-cop": {
		"version": "0.56.9"
	},
	"dev-live-reload": {
		"version": "0.48.1"
	},
	"emmet": {
		"version": "2.4.3"
	},
	"encoding-selector": {
		"version": "0.23.9"
	},
	"exception-reporting": {
		"version": "0.43.1"
	},
	"file-icons": {
		"version": "2.1.40"
	},
	"find-and-replace": {
		"version": "0.219.1"
	},
	"ftp-remote-edit": {
		"version": "0.18.0"
	},
	"fuzzy-finder": {
		"version": "1.14.1"
	},
	"git-diff": {
		"version": "1.3.9"
	},
	"github": {
		"version": "0.34.0"
	},
	"go-to-line": {
		"version": "0.33.0"
	},
	"grammar-selector": {
		"version": "0.50.1"
	},
	"highlight-selected": {
		"version": "0.17.0"
	},
	"ide-php": {
		"version": "0.7.18"
	},
	"image-view": {
		"version": "0.64.0"
	},
	"incompatible-packages": {
		"version": "0.27.3"
	},
	"intentions": {
		"version": "1.1.5"
	},
	"keybinding-resolver": {
		"version": "0.39.0"
	},
	"language-c": {
		"version": "0.60.18"
	},
	"language-clojure": {
		"version": "0.22.8"
	},
	"language-coffee-script": {
		"version": "0.50.0"
	},
	"language-csharp": {
		"version": "1.1.0"
	},
	"language-css": {
		"version": "0.44.2"
	},
	"language-gfm": {
		"version": "0.90.7"
	},
	"language-git": {
		"version": "0.19.1"
	},
	"language-go": {
		"version": "0.47.1"
	},
	"language-html": {
		"version": "0.53.0"
	},
	"language-hyperlink": {
		"version": "0.17.1"
	},
	"language-java": {
		"version": "0.31.4"
	},
	"language-javascript": {
		"version": "0.134.0"
	},
	"language-json": {
		"version": "1.0.4"
	},
	"language-less": {
		"version": "0.34.3"
	},
	"language-make": {
		"version": "0.23.0"
	},
	"language-mustache": {
		"version": "0.14.5"
	},
	"language-objective-c": {
		"version": "0.16.0"
	},
	"language-perl": {
		"version": "0.38.1"
	},
	"language-php": {
		"version": "0.44.4"
	},
	"language-property-list": {
		"version": "0.9.1"
	},
	"language-python": {
		"version": "0.53.3"
	},
	"language-ruby": {
		"version": "0.72.22"
	},
	"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.0"
	},
	"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.0"
	},
	"language-xml": {
		"version": "0.35.3"
	},
	"language-yaml": {
		"version": "0.32.0"
	},
	"line-ending-selector": {
		"version": "0.7.7"
	},
	"link": {
		"version": "0.31.6"
	},
	"linter": {
		"version": "2.3.1"
	},
	"linter-ui-default": {
		"version": "1.8.1"
	},
	"markdown-preview": {
		"version": "0.160.2"
	},
	"metrics": {
		"version": "1.8.1"
	},
	"minimap": {
		"version": "4.29.9"
	},
	"minimap-pigments": {
		"version": "0.2.2"
	},
	"monokai": {
		"version": "0.24.0",
		"theme": "syntax"
	},
	"notifications": {
		"version": "0.71.0"
	},
	"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-on-github": {
		"version": "1.3.2"
	},
	"package-generator": {
		"version": "1.3.0"
	},
	"pigments": {
		"version": "0.40.2"
	},
	"platformio-ide-terminal": {
		"version": "2.10.0"
	},
	"settings-view": {
		"version": "0.261.3"
	},
	"snippets": {
		"version": "1.5.0"
	},
	"solarized-dark-syntax": {
		"version": "1.3.0",
		"theme": "syntax"
	},
	"solarized-light-syntax": {
		"version": "1.3.0",
		"theme": "syntax"
	},
	"spell-check": {
		"version": "0.75.0"
	},
	"status-bar": {
		"version": "1.8.17"
	},
	"styleguide": {
		"version": "0.49.12"
	},
	"symbols-view": {
		"version": "0.118.2"
	},
	"sync-settings": {
		"version": "4.3.2"
	},
	"tabs": {
		"version": "0.110.0"
	},
	"timecop": {
		"version": "0.36.2"
	},
	"tree-view": {
		"version": "0.228.0"
	},
	"update-package-dependencies": {
		"version": "0.13.1"
	},
	"welcome": {
		"version": "0.36.9"
	},
	"whitespace": {
		"version": "0.37.7"
	},
	"wrap-guide": {
		"version": "0.41.0"
	}
}
{
	"*": {
		"atom-beautify": {
			"css": {
				"align_assignments": true,
				"beautify_on_save": true
			},
			"executables": {
				"php-cs-fixer": {
					"path": "/usr/local/bin/php-cs-fixer"
				}
			},
			"html": {
				"beautify_on_save": true
			},
			"json": {
				"beautify_on_save": true
			},
			"less": {
				"beautify_on_save": true
			},
			"php": {},
			"sass": {
				"beautify_on_save": true
			}
		},
		"autosave": {
			"enabled": true
		},
		"core": {
			"disabledPackages": [
				"wrap-guide"
			],
			"telemetryConsent": "no",
			"themes": [
				"one-dark-ui",
				"base16-tomorrow-dark-theme"
			]
		},
		"editor": {
			"fontSize": 18,
			"lineHeight": 2,
			"scrollPastEnd": true,
			"showIndentGuide": true,
			"softWrapAtPreferredLineLength": true,
			"tabLength": 4
		},
		"exception-reporting": {
			"userId": "7bee117a-eb98-4343-ab76-4378b800d9be"
		},
		"ftp-remote-edit": {
			"config": "b00f18d217e67fcac68230e12abad4f965d1103ec49129b17f76c96489f9584f2e84d623d84c1c59f3831c7af3a839157e5d0aaecc2a02c593ce3d07f22151fe42de37a4a4518a5f1f9e312325dbc6d077881ce1a122e12febb688c9a6d7ae00f0da99bad7d67948119472c3c4c6b6506ee0eda5a16169da7b79486d489abe06d3725b08fdebdf087eda8b9f332243cf7d895c999baebc69964ba17411fc1569c48c39c5d2397a96a8dfb1cbc7674d1f4719a78ca72274d7f0cc2466ff9f00fd3edad50647584cdd963fb94919e8528cdc736128f56d1c5ad8a8a2397242744ebaf175bd8d87a0ff55e63d8e3c07863f8875b64415bee297659e71190e97d1a30b3926e5a482d06d84c902d7a44c1ecdf81206255af6f6db0c627f0ae0a49a6dd85cb14a3aa656fdfa85fabfe5515ef0611b8c51bf7a3d464c29b63d5fcd3063983d71b43a8bcd7eeb19cdf37bc71b004891a0295a7bfb054bf462f37294c241ec2d0651fe4585e94b3b6720925780a86f77326bfabd78abeebc6566609f557c411b1325f3b55475d8546523eb932166834399e1a8665caf129fd9342d03977ed8cf6b0821729ab7692b9e0934d0b0e61232260ec7c4bb144dc2fc6f495c19afd6cffc7d0b1d2ef311436d1405695cc85dda7d2d88f54ba5e71c7718665e962fc5f4e252f543e77f81d552206ac28eb58baae8a9be569fa18cf39bb90dbbdfacfcfd8cdaceade2ee359622bdc4ab561f73ab577a11d59bf078487577970d78f64256e4746338f1a68484cbec6d7f7622fe4fe2b30e150e047a85eee2ad23a6036ed37c8376b309acfd83f2687ab4ac78a0d49f9cb36454e09495c4f1e68ce3b23119446ed52ff4262a0cc4e035fb0b92862ba870761b6712ba707ceee16523bc3dcf07a6b2cc83528316dc796100e6912fa6e31004bfef3783b6389e251e2277636eb24c2eae9f62059d9464a2c801d6692602681dcc68da003fb6490f37f9aa36a47dce6cd79512f72dfbea0603317e3b90c7ab1b19078bdcb21fbbc25558b3ac5047941e480dcaa35301178440a758d3b9b7897123283c3b3b995dd3c5d1841feddce9649e620741fa9eab2abd876aee2250d1651c0e4ccb6649d82bacea2a78296e0a7672ade889ea645f492e11d489029a4c35e0c3239106b3d06849f33b0101d8a8c55a76e0fc3f58b356a39a74e3128f41d26ea4e7b7c89acbb8cd4a419702ff14dc2af9eb790a8b3da773a045aeab6af4d7a085c26872cd5a19445d38bbea0d39cbf10e6acd7425644a2d4fd87140e399049cc678c59f1c04531f29a0b142e1e1c1e4e0534836686593337a3d16b66a3be4cd7f514f42ecb95c9148a7430a379df0690f3f4aa84f842254c95151ffa6c4bb249b24caef313c5ea5ba6ab785ca30c83c1f1bd91ae0731a6cc9fc516976b6d63e0531846f6a70a303338df7638ed9999f38f093c3f4dc65e9464f7580a7cb4962198458d0e1b0159ee36c37f74b158ffe19e2252d5e6c8258ba8acd7e4fb91f1f736a5b76ff311a7e2360238173cde0ef677bfbc328ff2caa4a47d4e907e94257ca5d2fb00594b3577a1b96c6b562fce60e5960f087f0a1e9e305d1485968226abe2c7b7529de348c5fbacf781a189002969a0adb7f0ba9245724138846e9a709604c994b6eeacbbce8a9183a8622f62cf44ed996522b2f0e8a052cd47383ca92ae0d14e9724184cce2fe4b0afee020f35f2a5489cef0eeba48c9bb92ac41355962cea606ce1911dd2d3a303099e18fd5af975ca70cc377b8e85a65c9398432f0aaf1d5b03199657e4a82e693aecb9701e232842bb2a02ad60239b0e55b17a1631536d2ff88b1be386fdda84a2ddc00f658ac8e4d74386988d772e66676eb7927328b3fb8179a1508668a671c6fcb38c64517ac79aed2b723a1f65a3819e5008fb15048fec647d51ef64a2235428c2ebe7148782bef37995b1aa2c29a62de1d8586e118b30731abd1894dc5def801ea4e2c9276d29bef4ab97ac26488c0b533da1ece61b94a4dda37049116e28640577fe074340c5af16768c7ea58e8bfaa6a40c3658aeae3c8ad62417fde474dd990a43deac806aa8fa4a2dc07052b2759a91735148c9773dc760ff1efab009810a1b4d3eb8867b41b297534e600d88f93d68ef1634ff0a802d73221809712073c28e14407f8da4d4682fefbde52f754b615f9bf1f4c4307525a9b4ed6e4ea2c19c9e0832f0717473470c7e97b3a94daf3d9a696bb12e755c5b1e75c0dea368a781ed7cc39d390e9831e643ca952f16086c996b47560bd141799e2f46d943363e0be0e2b10eb594d6154443098e4ca39f2bd73a94708809b997ee7ffb7aad28a20d36a49c0d9b6dd565f377463237297e771e5e3c1fe372a99cbee7cbf4294fa6d8668fc09975465bdc58d31e2d2bff550578a98788bd41103029ec3153aea2106b005e1eb73d0f4ccad23cd9b850bb9cf0496cbe739467a8dee7ef27405b92921df1fc80deda49f4019eb3dfe1d660dfe1f645f5edb1967c23a26e39ea488826f205c921994e3cfaa56a0b84e4e9c6c3d0be2fe454d907f5986781bf67898529b4411607c9352c5535f8dcd209bf43c87f413d1e19781a4f5eb9e4adbbd3a4c0b41f7f579f879341a601b8b2d9da60fdeca6440127d3e49c0cb90c073fb7a89cedfd7a26f182350b1c722e5c88e31632d7d31a4b47ba2eda49abb8b29f4bcc6681ea7c761082dbcacfa4fb75ff201a10345eba6",
			"password": "fb145787"
		},
		"linter-php": {
			"executablePath": "/usr/bin/php"
		},
		"linter-ui-default": {
			"panelHeight": 506,
			"showPanel": true
		},
		"minimap": {
			"absoluteMode": true,
			"adjustAbsoluteModeHeight": true,
			"plugins": {
				"pigments": true,
				"pigmentsDecorationsZIndex": 0
			}
		},
		"php-cs-fixer": {
			"configPath": "/usr/local/Cellar/php-cs-fixer/2.15.3/bin/php-cs-fixer.phar",
			"executeOnSave": true,
			"showInfoNotifications": true
		},
		"sync-settings": {
			"gistDescription": "my atom settings",
			"hiddenSettings": {}
		},
		"welcome": {
			"showOnStartup": false
		},
		"wrap-guide": {
			"columns": [
				120
			]
		}
	}
}
# 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
/*
 * 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;
    font-size: 16px;
}
// style the background and foreground colors on the atom-text-editor-element itself

atom-text-editor {
    // color: white;
    // background-color: hsl(180, 24%, 12%);
}
// style UI elements inside atom-text-editor

atom-text-editor .cursor {
    // border-color: red;
}

.wrap-guide {
    opacity: 0.5;
}