]> git.eshelyaron.com Git - emacs.git/commit
(editorconfig-indentation-alist): Sync with upstream
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 19 Jun 2024 18:08:35 +0000 (14:08 -0400)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:00:28 +0000 (21:00 +0200)
commit58a3e5acb53e5ec8e6ce9be9c95a3c7507b44447
tree17b58f7c3dbf550652c39d284b17be46f93c0d6d
parent160f0bedeb45df6815e0331e743cfaa74ca9753f
(editorconfig-indentation-alist): Sync with upstream

The upstream version `editorconfig-indentation-alist` is a lot
more complete than what we got from the
copyright-covered commits.  The changes come from contributors
who (may) have not signed paperwork.  I have not tracked all of
the corresponding commits (there are many) but from what I can
tell, most of those are the sole (and "trivial") contribution
of its author, and in any case there is very little creativity
involved since it just lists the variables used by the
corresponding mode, so I believe it's perfectly OK to include
those here.  Many of them would be covered by our default
heuristic (which looks for vars of the form like `<mode>-basic-offset`),
but it's preferable to reduce changes with upstream.

* lisp/editorconfig.el (editorconfig-indentation-alist):
Synchronize with upstream.  Remove obsolete `sh-indentation`.
(editorconfig--get-indentation-web-mode): Update based on upstream
changes to `editorconfig-indentation-alist`.

(cherry picked from commit 8e143a2f30068a3a017630194e550573acb31b43)
lisp/editorconfig.el