Skip to content

Commit

Permalink
docs, misc: Add tool references, .editorconfig for mcl
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bloemberg authored and purpleidea committed Feb 22, 2018
1 parent cfb8dea commit 06d33a4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,6 @@ indent_style = tab

[Makefile]
indent_style = tab

[*.mcl]
indent_style = tab
7 changes: 7 additions & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 06d33a4

Please sign in to comment.