From e0ef2ece2f2e87b4677c8720438383b9ece12cd0 Mon Sep 17 00:00:00 2001 From: Kirill Likhodedov Date: Thu, 13 Oct 2016 12:35:33 +0300 Subject: [PATCH] Enable commit message right margin by default To promote "good (git) style" of commit messages, and to promote that this is supported in IDEA. --- .../vcs-api/src/com/intellij/openapi/vcs/VcsConfiguration.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/vcs-api/src/com/intellij/openapi/vcs/VcsConfiguration.java b/platform/vcs-api/src/com/intellij/openapi/vcs/VcsConfiguration.java index 936fec7da8b3..6eb09981ce46 100644 --- a/platform/vcs-api/src/com/intellij/openapi/vcs/VcsConfiguration.java +++ b/platform/vcs-api/src/com/intellij/openapi/vcs/VcsConfiguration.java @@ -74,7 +74,7 @@ public final class VcsConfiguration implements PersistentStateComponent