editorconfig-domain-specific

Homepage: https://github.com/lassik/editorconfig-emacs-domain-specific

Author: Lassi Kortela

Updated:

Summary

Apply brace style and other "domain-specific" EditorConfig properties

Commentary

An EditorConfig hook that applies the unofficial indent_brace_style
setting for C-like programming languages.

To use:

(add-hook 'editorconfig-custom-hooks 'editorconfig-domain-specific)

Dependencies