Variable: editorconfig-properties-hash

editorconfig-properties-hash is a buffer-local variable defined in editorconfig.el.gz.

Documentation

Hash object of EditorConfig properties that was enabled for current buffer.

Set by editorconfig-apply and nil if that is not invoked in current buffer yet.

Source Code

;; Defined in /usr/src/emacs/lisp/editorconfig.el.gz
(defvar editorconfig-properties-hash nil
  "Hash object of EditorConfig properties that was enabled for current buffer.
Set by `editorconfig-apply' and nil if that is not invoked in
current buffer yet.")