{
	"activate-power-mode": {
		"particles": {
			"size": {},
			"spawnCount": {
				"max": 6,
				"min": 2
			},
			"totalCount": {
				"max": 100
			}
		},
		"screenShake": {
			"maxIntensity": 2
		}
	},
	"atom-material-ui": {
		"colors": {
			"abaseColor": {
				"red": 96,
				"green": 125,
				"blue": 139,
				"alpha": 1
			},
			"predefinedColor": "Blue Grey"
		},
		"tabs": {
			"compactTabs": true,
			"tintedTabBar": true
		},
		"treeView": {
			"compactList": true
		},
		"ui": {
			"panelContrast": true
		}
	},
	"autosave": {
		"enabled": true
	},
	"core": {
		"disabledPackages": [
			"linter-markdown",
			"linter-rubocop",
			"activate-power-mode",
			"linter-reek",
			"linter-scss-lint",
			"linter-sass-lint",
			"guard-rspec",
			"markdown-preview"
		],
		"projectHome": "/Users/marklehman/Desktop/Code",
		"themes": [
			"atom-material-ui",
			"base16-tomorrow-dark-theme"
		]
	},
	"editor": {
		"invisibles": {},
		"nonWordCharacters": "/\\()\"':,.;<>~!@#$%^&*|+=[]{}`?…",
		"showIndentGuide": true,
		"showInvisibles": true,
		"softWrap": true,
		"softWrapAtPreferredLineLength": true,
		"tabType": "soft",
		"zoomFontWhenCtrlScrolling": true
	},
	"exception-reporting": {
		"userId": "50fa51c3-8a11-0fcc-b7a4-c4d0a3e5408b"
	},
	"file-icons": {
		"onChanges": true
	},
	"markdown-preview": {
		"breakOnSingleNewline": true,
		"useGitHubStyle": true
	},
	"markdown-preview-plus": {
		"breakOnSingleNewline": true,
		"useGitHubStyle": true
	},
	"rspec": {
		"command": "spring rspec"
	},
	"spell-check": {
		"grammars": [
			"source.asciidoc",
			"source.gfm",
			"text.git-commit",
			"text.plain",
			"text.plain.null-grammar",
			"text.slim",
			"source.ruby"
		]
	},
	"sync-settings": {},
	"welcome": {
		"showOnStartup": false
	},
	"whitespace": {
		"ensureSingleTrailingNewline": false,
		"ignoreWhitespaceOnCurrentLine": false
	}
}