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-alistAlist of indentation setting methods by modes.
editorconfig--apply-coding-system-currentlyUsed internally.
editorconfig-get-local-variables-functionsSpecial hook run to convert EditorConfig settings to their Emacs equivalent.
editorconfig-indent-size-varsRule to use to set a given ‘indent_size’.
editorconfig-indentation-alistAlist of indentation setting methods by modes.
editorconfig-lisp-use-default-indentSelectively ignore the value of indent_size for Lisp files.
editorconfig-modeNon-nil if Editorconfig mode is enabled.
editorconfig-mode-hookHook run after entering or leaving ‘editorconfig-mode’.
editorconfig-properties-hashHash object of EditorConfig properties that was enabled for current buffer.
editorconfig-trim-whitespaces-modeBuffer local minor-mode to use to trim trailing whitespaces.

Defined functions (25)

editorconfig--advice-find-auto-coding(FILENAME &rest ARGS)
editorconfig--advice-find-file-noselect(F FILENAME &rest ARGS)
editorconfig--default-indent-size-function(SIZE)
editorconfig--delete-trailing-whitespace()
editorconfig--get-coding-system(&optional SIZE)
editorconfig--get-dir-local-variables()
editorconfig--get-indentation(PROPS)
editorconfig--get-indentation-latex-mode(SIZE)
editorconfig--get-indentation-lisp-mode(SIZE)
editorconfig--get-indentation-nxml-mode(SIZE)
editorconfig--get-indentation-python-mode(SIZE)
editorconfig--get-indentation-web-mode(SIZE)
editorconfig--get-line-length(PROPS)
editorconfig--get-local-variables(PROPS)
editorconfig--get-trailing-nl(PROPS)
editorconfig--get-trailing-ws(PROPS)
editorconfig--should-set(SYMBOL)
editorconfig-call-get-properties-function(FILENAME)
editorconfig-error(&rest ARGS)
editorconfig-major-mode-hook()
editorconfig-merge-coding-systems(END-OF-LINE CHARSET)
editorconfig-mode(&optional ARG)
editorconfig-set-coding-system-revert(END-OF-LINE CHARSET)
editorconfig-set-local-variables(PROPS)
editorconfig-string-integer-p(STRING)

Defined faces (0)