Skip to content

Commit

Permalink
neglected add with lang server adds
Browse files Browse the repository at this point in the history
  • Loading branch information
agile committed May 15, 2019
1 parent 9d549cc commit ba3178f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions efm-config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
languages:
eruby:
lint-command: 'erb -x -T - | ruby -c'
lint-stdin: true
lint-offset: 1
format-command: 'htmlbeautifier'

vim:
lint-command: 'vint -'
lint-stdin: true

markdown:
lint-command: 'markdownlint -s'
lint-stdin: true
lint-formats:
- '%f: %l: %m'

0 comments on commit ba3178f

Please sign in to comment.