From b9d0ac7e41b0745bb8a59a1acc06174bb54e2ac0 Mon Sep 17 00:00:00 2001 From: drewcassidy Date: Mon, 4 Dec 2017 11:26:02 -0800 Subject: [PATCH] add moar atom config after making them safe to share (disabled Metrics module) --- atom/.atom/config.cson | 50 ++++++++++++++++++++++++++++++++++++++++++ atom/.atom/github.cson | 1 + 2 files changed, 51 insertions(+) create mode 100644 atom/.atom/config.cson create mode 100644 atom/.atom/github.cson diff --git a/atom/.atom/config.cson b/atom/.atom/config.cson new file mode 100644 index 0000000..0ec4e8c --- /dev/null +++ b/atom/.atom/config.cson @@ -0,0 +1,50 @@ +"*": + core: + disabledPackages: [ + "language-clojure" + "language-go" + "language-mustache" + "ide-csharp" + "metrics" + ] + ignoredNames: [ + ".git" + ".hg" + ".svn" + ".DS_Store" + "._*" + "Thumbs.db" + "desktop.ini" + ".sass-cache" + ] + telemetryConsent: "limited" + themes: [ + "one-dark-ui" + "peacock-syntax" + ] + titleBar: "custom" + editor: + preferredLineLength: 120 + scrollPastEnd: true + showIndentGuide: true + tabLength: 4 + "tree-view": + hideIgnoredNames: true + squashDirectoryNames: true + "vim-mode-plus": + keymapYToYankToLastCharacterOfLine: true +".css.scss.source": + editor: + softWrapHangingIndent: 2 +".css.source": + editor: + softWrapHangingIndent: 2 + tabType: "soft" +".sass.source": + editor: + softWrapHangingIndent: 2 + tabType: "soft" +".source.yaml": + editor: + autoIndentOnPaste: false + tabLength: 2 diff --git a/atom/.atom/github.cson b/atom/.atom/github.cson new file mode 100644 index 0000000..031c17c --- /dev/null +++ b/atom/.atom/github.cson @@ -0,0 +1 @@ +# Store non-visible GitHub package state.