Adding custom config for Atom.

This commit is contained in:
Scott Wallace 2017-03-01 12:34:21 +00:00
parent 4fb1062e90
commit 196626d123

22
.atom/config.cson Normal file
View file

@ -0,0 +1,22 @@
"*":
core:
telemetryConsent: "no"
themes: [
"one-dark-ui"
"base16-tomorrow-dark-theme"
]
editor:
fontSize: 10
"exception-reporting":
userId: "20e0c61d-eca4-03f1-2f3a-a82ae80acbe3"
"git-plus":
experimental:
useSplitDiff: true
general:
splitPane: "Right"
"split-diff":
diffWords: true
ignoreWhitespace: true
syncHorizontalScroll: true
welcome:
showOnStartup: false