Skip to content

Instantly share code, notes, and snippets.

@jysperm
Last active December 2, 2015 06:54
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 jysperm/c859ff4c02bca3600ec5 to your computer and use it in GitHub Desktop.
Save jysperm/c859ff4c02bca3600ec5 to your computer and use it in GitHub Desktop.
Jysperm's Atom Configuration
"*":
welcome:
showOnStartup: false
core:
excludeVcsIgnoredPaths: false
editor:
preferredLineLength: 120
showIndentGuide: true
showInvisibles: true
linter:
showHighlighting: false
showErrorTabFile: false
showErrorTabProject: false
showErrorPanel: false
underlineIssues: false
"autocomplete-plus":
confirmCompletion: "tab"
autosave:
enabled: true
"file-icons":
onChanges: true
"git-projects":
sortBy: "Latest modification date"
maxDepth: 1
tabs:
enableVcsColoring: true
"highlight-selected":
onlyHighlightWholeWords: true
hideHighlightOnSelectedWord: true
highlightBackground: true
'atom-workspace':
'ctrl-alt-o': 'git-projects:toggle'

Appearance

  • file-icons

Text Editing

  • highlight-selected
  • Sublime-Style-Column-Selection

General Coding

  • atom-beautify
  • autocomplete-paths
  • linter

Search and Find

  • todo-show

Version Control

  • git-plus
  • git-projects
  • merge-conflicts

Online Information

  • my-github-profile

File Transfer

  • remote-sync

PHP

  • language-blade

JavaScript

  • atom-ternjs
  • language-ejs
  • language-jade
  • language-swig
  • linter-coffeelint
  • react
'.source.coffee':
'Inspect':
'prefix': 'inspect'
'body': "console.log require('util').inspect $1, {depth: null}"
autocomplete-suggestion-list {
.icon {
line-height: 1.5em;
}
&.select-list.popover-list ol.list-group li {
line-height: 1.5em;
}
}
@font-face {
font-family: sans-serif;
src: local("微软雅黑");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment