From 196626d12314874431c4d3b43cee67ec60870b2a Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Wed, 1 Mar 2017 12:34:21 +0000 Subject: [PATCH] Adding custom config for Atom. --- .atom/config.cson | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .atom/config.cson diff --git a/.atom/config.cson b/.atom/config.cson new file mode 100644 index 0000000..d29c51b --- /dev/null +++ b/.atom/config.cson @@ -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