From 53ea13579922e0b4a32a7409c91ec9ec3ddcf43c Mon Sep 17 00:00:00 2001 From: probablycorey Date: Thu, 27 Jun 2013 12:07:04 -0700 Subject: [PATCH] Add defaults for autodave and excludeVcsIgnoredPaths --- src/app/root-view.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/root-view.coffee b/src/app/root-view.coffee index eb5ffddf5..652ff86cc 100644 --- a/src/app/root-view.coffee +++ b/src/app/root-view.coffee @@ -21,7 +21,9 @@ class RootView extends View @version: 1 @configDefaults: + autosave: false ignoredNames: [".git", ".svn", ".DS_Store"] + excludeVcsIgnoredPaths: false disabledPackages: [] themes: ['atom-dark-ui', 'atom-dark-syntax']