Skip to content

Commit acfae4d

Browse files
author
Zeno Rocha
committed
Source formatting
1 parent 7517d6f commit acfae4d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.editorconfig

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
root = true
55

66
[*]
7+
end_of_line = lf
8+
insert_final_newline = false
79
indent_style = tab
810
indent_size = 4
911
end_of_line = lf

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,4 @@ Check [Release](https://github.com/zenorocha/sublime-snippets-js/releases) list.
324324
325325
## License
326326
327-
[MIT License](http://zenorocha.mit-license.org/) © Zeno Rocha
327+
[MIT License](http://zenorocha.mit-license.org/) © Zeno Rocha

function.sublime-snippet

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ function ${1:methodName} (${2:arguments}) {
77
<tabTrigger>fn</tabTrigger>
88
<scope>source.js</scope>
99
<description>function</description>
10-
</snippet>
10+
</snippet>

0 commit comments

Comments
 (0)