From 06d33a45f514234af48dbf4ca911035fd542a597 Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Thu, 22 Feb 2018 14:53:35 +0100 Subject: [PATCH] docs, misc: Add tool references, .editorconfig for mcl --- .editorconfig | 3 +++ docs/development.md | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/.editorconfig b/.editorconfig index d4b5cade..48c0859e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -20,3 +20,6 @@ indent_style = tab [Makefile] indent_style = tab + +[*.mcl] +indent_style = tab diff --git a/docs/development.md b/docs/development.md index c2b6013a..e12485f1 100644 --- a/docs/development.md +++ b/docs/development.md @@ -40,3 +40,10 @@ make test-shell-load0 Tip: you can use TAB completion with `make` to quickly get a list of possible individual tests to run. + +## Tools, integrations, IDE's etc + +### IDE/Editor support + +- Emacs: see `misc/emacs/` +- [Textmate](https://github.com/aequitas/mgmt.tmbundle)