Created
July 23, 2015 03:19
-
-
Save tohuw/da46eddccb9c552746ae to your computer and use it in GitHub Desktop.
Atom Config
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
"*": | |
"exception-reporting": | |
userId: "fcfca3bd-4ecf-a3fe-00d2-f35a2ce52b59" | |
welcome: | |
showOnStartup: false | |
core: | |
audioBeep: false | |
projectHome: "/Users/tohuw/Projects" | |
themes: [ | |
"unity-ui" | |
"atom-light-syntax" | |
] | |
disabledPackages: [ | |
"autosave" | |
] | |
editor: | |
invisibles: {} | |
confirmCheckoutHeadRevision: false | |
showIndentGuide: true | |
"autocomplete-plus": {} | |
autosave: | |
enabled: true | |
"find-and-replace": | |
focusEditorAfterSearch: false | |
openProjectFindResultsInRightPane: true | |
"fuzzy-finder": {} | |
"git-diff": | |
showIconsInEditorGutter: true | |
"markdown-preview": {} | |
"status-bar": {} | |
tabs: | |
enableVcsColoring: true | |
tabScrolling: true | |
usePreviewTabs: true | |
alignment: {} | |
"merge-conflicts": {} | |
"linter-rubocop": | |
executablePath: "/Users/tohuw/.rbenv/shims/rubocop" | |
"unity-ui": | |
colorStatusIndicatorsInTreeView: true | |
showIcons: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment