branch: scratch/editorconfig-cc commit 9bd6af5f0e33e00f0d5af631e1ab13acd208eff4 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Add EditorConfig group definition --- editorconfig.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/editorconfig.el b/editorconfig.el index e3fe5e8f11..ac5d362cdf 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -45,6 +45,11 @@ "editorconfig-core" nil) +(defgroup editorconfig nil + "help developers define and maintain consistentcoding styles between different +editors and IDEs" + :group 'tools) + (defcustom editorconfig-exec-path "editorconfig" "EditorConfig executable name.