Skip to content

Commit

Permalink
Update Atom config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Jun 13, 2016
1 parent 71f8994 commit 46cc2ec
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 30 deletions.
76 changes: 47 additions & 29 deletions atom.symlink/config.cson
@@ -1,10 +1,11 @@
"*":
editor:
invisibles: {}
showInvisibles: true
fontFamily: "Source Code Pro"
preferredLineLength: 100
"atom-lint": {}
core:
disabledPackages: [
"background-tips"
"exception-reporting"
"metrics"
]
ignoredNames: [
".bundle"
".git"
Expand All @@ -13,36 +14,53 @@
"tmp"
"vendor"
]
disabledPackages: [
"background-tips"
"exception-reporting"
"metrics"
themes: [
"one-dark-ui"
"firewatch-syntax"
]
editor:
fontFamily: "Source Code Pro"
invisibles: {}
preferredLineLength: 100
showInvisibles: true
"file-watcher":
promptWhenFileHasChangedOnDisk: false
"find-and-replace": {}
"go-plus": {}
linter:
errorPanelHeight: 151
"linter-eslint":
disableWhenNoEslintrcFileInPath: true
"linter-rubocop": {}
"one-light-ui": {}
react:
enabledForAllJavascriptFiles: true
"spell-check":
grammars: [
"text.plain"
"source.gfm"
"text.git-commit"
"source.yaml"
]
welcome:
showOnStartup: false
"atom-lint": {}
linter: {}
"tree-view":
showOnRightSide: true
"linter-rubocop": {}
react:
enabledForAllJavascriptFiles: true
"linter-flow-plus": {}
"file-watcher":
promptWhenFileHasChangedOnDisk: false
"linter-eslint":
disableWhenNoEslintrcFileInPath: true
nuclide:
remoteProjectsConfig: []
"one-light-ui": {}
"find-and-replace": {}
"linter-jscs":
onlyConfig: true
fixOnSave: true
"go-plus": {}
welcome:
showOnStartup: false
".coffee.jsx.source":
editor:
preferredLineLength: 100
".git-commit.text":
editor:
preferredLineLength: 100
".git-config.source":
editor:
preferredLineLength: 100
".git-rebase.text":
editor:
preferredLineLength: 100
".ini.source":
editor:
preferredLineLength: 100
".js.jsx.source":
editor:
preferredLineLength: 100
2 changes: 1 addition & 1 deletion atom.symlink/styles.less
Expand Up @@ -15,7 +15,7 @@
// style the background and foreground colors on the atom-text-editor-element
// itself
atom-text-editor {

text-rendering: optimizeLegibility;
}

// To style other content in the text editor's shadow DOM, use the ::shadow
Expand Down

0 comments on commit 46cc2ec

Please sign in to comment.