File: editorconfig.el.html
EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.
Defined variables (10)
edconf-indentation-alist | Alist of indentation setting methods by modes. |
editorconfig--apply-coding-system-currently | Used internally. |
editorconfig-get-local-variables-functions | Special hook run to convert EditorConfig settings to their Emacs equivalent. |
editorconfig-indent-size-vars | Rule to use to set a given ‘indent_size’. |
editorconfig-indentation-alist | Alist of indentation setting methods by modes. |
editorconfig-lisp-use-default-indent | Selectively ignore the value of indent_size for Lisp files. |
editorconfig-mode | Non-nil if Editorconfig mode is enabled. |
editorconfig-mode-hook | Hook run after entering or leaving ‘editorconfig-mode’. |
editorconfig-properties-hash | Hash object of EditorConfig properties that was enabled for current buffer. |
editorconfig-trim-whitespaces-mode | Buffer local minor-mode to use to trim trailing whitespaces. |