editorconfig: set emacs mode
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 21 Aug 2018 10:35:28 +0000 (12:35 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 1 Nov 2018 08:13:12 +0000 (12:13 +0400)
commit1ad723e98b8499d0690f7f7eafc945908a1db634
tree169a8645665051f94c5add9c6f21800c00acf3fe
parent125fc4a7a908ef59f5d969fdd7880176010460a5
editorconfig: set emacs mode

Some time ago, I proposed to use an (eval) in .dir-locals.el to set
the mode for all json files and Makefile. Unfortunately, this isn't
safe, and emacs will prompt the user, which isn't very friendly.

Fortunately, editorconfig provides a special config key which does
allow to set the emacs mode. Add a few missing entries and set the
emacs mode.

Update top comment to provide a short summary about the file and the
IDE plugins while at it.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Acked-by: Markus Armbruster <armbru@redhat.com>
.editorconfig