]> git.eshelyaron.com Git - emacs.git/commit
editorconfig-core.el: Remove unneeded defaulting code
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 Jun 2024 21:27:37 +0000 (17:27 -0400)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:00:19 +0000 (21:00 +0200)
commitc42c599e3513f7225df3410b224e9f6955e0fd3c
tree6410007edbd12d5176d711af959ae0b3d72d116d
parent8765a8035c816f5605a50291bc5eddd06d28f356
editorconfig-core.el: Remove unneeded defaulting code

This code risks setting `tab-width` even when it's not
requested, and these rules are better handled in
`editorconfig--get-indentation` in any case.

* lisp/editorconfig-core.el (editorconfig-core-get-properties):
Delete function, unused.
(editorconfig-core-get-properties-hash): Comment out defaulting code.

(cherry picked from commit 55e19499a690241828dc4fc5ce7ab6b8209fe58e)
lisp/editorconfig-core.el