vcs: Enabled unversioned files in commit dialog by default

This commit is contained in:
Konstantin Kolosovsky
2016-05-03 02:53:40 +03:00
parent d63784eeca
commit e7b72f4d50
2 changed files with 2 additions and 2 deletions
@@ -262,7 +262,7 @@ vcs.log.recent.commits.count=1000
vcs.log.open.another.log.visible=false
vcs.executable.validator.timeout.sec=60
vcs.unversioned.files.in.commit=false
vcs.unversioned.files.in.commit=true
psi.incremental.reparse.depth.limit=1000
psi.deferIconLoading=true
@@ -83,7 +83,7 @@ public final class VcsConfiguration implements PersistentStateComponent<VcsConfi
public boolean USE_COMMIT_MESSAGE_MARGIN = false;
public int COMMIT_MESSAGE_MARGIN_SIZE = 72;
public boolean WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN = false;
public boolean SHOW_UNVERSIONED_FILES_WHILE_COMMIT = false;
public boolean SHOW_UNVERSIONED_FILES_WHILE_COMMIT = true;
public boolean LOCAL_CHANGES_DETAILS_PREVIEW_SHOWN = false;
@AbstractCollection(surroundWithTag = false, elementTag = "path")