From 24bc5f1241c33eda25022d032734c45b2654dba8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 14 Feb 2023 09:00:29 +0200 Subject: [PATCH] CONTRIBUTING.md: mention EditorConfig and VSCod{e,ium} The latter so I have easy place to copy it from when I need it, I mainly use Neovim+Kate which have native support and so does Kile --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d7099df..866f24a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,10 @@ Contributions are welcomed assuming my repositories are the correct place for it (the target is my repository or a PR I have open to another repository). +In case [editorconfig](https://editorconfig.org/) isn't [natively supported](https://editorconfig.org/#pre-installed), +by your editor of choice, please consider [installing a plugin](https://editorconfig.org/#download). +E.g. VS Cod{e,ium} users can `CTRL-P` and execute `ext install EditorConfig.EditorConfig`. + Issues being assigned to me doesn't matter, I use that just as a tool for rediscovering them easily, http://github.com/issues?q=is:open%20assignee:Mikaela