Skip to content

Commit

Permalink
:atom: Update config.cson for Atom
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrudolph committed Mar 6, 2019
1 parent 47398f8 commit 8202e21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion atom/config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@
"atom-ide-datatip":
datatipDebounceDelay: 500
use: {}
"atom-package-deps":
ignored: [
"prettier-atom"
]
"autocomplete-emojis":
enableUnicodeEmojis: false
"autocomplete-plus":
enableAutoActivation: false
minimumWordLength: 1
"bracket-matcher":
highlightMatchingLineNumber: true
"color-picker":
randomColor: false
core:
customFileTypes:
"source.ruby": [
Expand Down Expand Up @@ -54,7 +60,6 @@
lightLevelToSwitch: 5904360
"prettier-atom":
formatOnSaveOptions:
enabled: true
excludedGlobs: [
"*.md"
]
Expand Down

0 comments on commit 8202e21

Please sign in to comment.