Skip to content

Instantly share code, notes, and snippets.

@zessx
Created December 17, 2015 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zessx/1ccc845269274237a489 to your computer and use it in GitHub Desktop.
Save zessx/1ccc845269274237a489 to your computer and use it in GitHub Desktop.
Atom configuration files
#
# Config overrides
# @author: zessx
# @update: 2015-12-17
#
"*":
"exception-reporting":
userId: "a492e417-7928-3df0-5e75-a550025c5903"
welcome:
showOnStartup: false
editor:
invisibles: {}
scrollPastEnd: true
showInvisibles: true
tabType: "hard"
fontSize: 11
tabLength: 4
core:
themes: [
"one-dark-ui"
"afterglow-monokai-syntax"
]
"one-dark-ui":
layoutMode: "Compact"
"atom-beautify":
_analyticsUserId: "0e9a32b2-75cf-48ed-8f51-ef1eca41590e"
"autocomplete-plus": {}
"status-bar": {}
"copy-as-rtf":
fontsize: 10
tabs:
usePreviewTabs: true
minimap:
displayMinimapOnLeft: true
"autocomplete-php": {}
".html.php.text":
editor:
showInvisibles: true
showIndentGuide: false
#
# Init overrides
# @author: zessx
# @update: 2015-12-17
#
#
# Keymap overrides
# @author: zessx
# @update: 2015-12-17
#
'atom-text-editor:not([mini])':
'ctrl-shift-r': 'editor:auto-indent'
'atom-workspace':
'ctrl-+': 'pane:split-right'
'ctrl--': 'pane:close'
'ctrl-alt-0': 'tree-view:toggle-focus'
#
# Snippets overrides
# @author: zessx
# @update: 2015-12-17
#
/**
* Theme overrides
* @author: zessx
* @update: 2015-12-17
*/
atom-text-editor::shadow {
.invisible-character {
opacity: 0.4;
}
.cursor-line .invisible-character {
opacity: 1;
}
.wrap-guide {
background: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment