Enable commit message right margin by default

To promote "good (git) style" of commit messages, and to promote
that this is supported in IDEA.
This commit is contained in:
Kirill Likhodedov
2016-10-13 13:09:32 +03:00
parent 7ae9e9fdab
commit e0ef2ece2f
@@ -74,7 +74,7 @@ public final class VcsConfiguration implements PersistentStateComponent<VcsConfi
public boolean LIMIT_HISTORY = true;
public int MAXIMUM_HISTORY_ROWS = 1000;
public String UPDATE_FILTER_SCOPE_NAME = null;
public boolean USE_COMMIT_MESSAGE_MARGIN = false;
public boolean USE_COMMIT_MESSAGE_MARGIN = true;
public int COMMIT_MESSAGE_MARGIN_SIZE = 72;
public boolean WRAP_WHEN_TYPING_REACHES_RIGHT_MARGIN = false;
public boolean SHOW_UNVERSIONED_FILES_WHILE_COMMIT = true;