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.

Source Code

;; Defined in /usr/src/emacs/lisp/editorconfig.el.gz
(defvar-local editorconfig-properties-hash nil
  "Hash object of EditorConfig properties that was enabled for current buffer.")