Skip to content

Commit 6c11e53

Browse files
jadermcsAndreaCrotti
authored andcommitted
fix indent function haskell (#261)
* fix indent function * remove extra line
1 parent 79fc648 commit 6c11e53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

snippets/haskell-mode/function

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# -*- mode: snippet -*-
22
# name: fun
33
# key: fun
4+
# expand-env: ((yas-indent-line 'fixed))
45
# --
56
${1:function-name} :: ${2:type}
6-
$1 ${3:arguments} $0
7+
$1 ${3:arguments} $0

0 commit comments

Comments
 (0)