Skip to content

Commit

Permalink
Bump the config stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Jul 8, 2015
1 parent ca75dca commit 5096a77
Showing 1 changed file with 32 additions and 31 deletions.
63 changes: 32 additions & 31 deletions atom.symlink/config.cson
@@ -1,35 +1,36 @@
'global':
'editor':
'showIndentGuide': true
'fontFamily': 'Menlo'
'fontSize': 15
'invisibles': {}
'core':
'ignoredNames': [
'.bundle'
'.git'
'log'
'repositories'
'tmp'
'vendor'
"*":
editor:
showIndentGuide: true
fontFamily: "Menlo"
invisibles: {}
fontSize: 15
softWrapAtPreferredLineLength: true
core:
ignoredNames: [
".bundle"
".git"
"log"
"repositories"
"tmp"
"vendor"
]
'themes': [
'unity-ui'
'glacier-syntax'
themes: [
"unity-ui"
"glacier-syntax"
]
'hideGitIgnoredFiles': true
'disabledPackages': [
'background-tips'
'exception-reporting'
'metrics'
hideGitIgnoredFiles: true
disabledPackages: [
"background-tips"
"exception-reporting"
"metrics"
]
'spell-check':
'grammars': [
'text.plain'
'source.gfm'
'text.git-commit'
"spell-check":
grammars: [
"text.plain"
"source.gfm"
"text.git-commit"
]
'welcome':
'showOnStartup': false
'release-notes':
'viewedVersion': '0.89.0'
welcome:
showOnStartup: false
"release-notes":
viewedVersion: "0.89.0"

0 comments on commit 5096a77

Please sign in to comment.