Skip to content

Commit c0bc1b1

Browse files
committed
Spaces only after keywords, like function, not after names.
Based on [Yeoman style](https://github.com/yeoman/yeoman/blob/master/contributing.md#style-guide)
1 parent 656c1a1 commit c0bc1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<snippet>
22
<content><![CDATA[
3-
function ${1:methodName} (${2:arguments}) {
3+
function ${1:methodName}(${2:arguments}) {
44
${0:// body...}
55
}
66
]]></content>

0 commit comments

Comments
 (0)