mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user