File tree 4 files changed +2233
-10
lines changed
4 files changed +2233
-10
lines changed Original file line number Diff line number Diff line change 1
- # EditorConfig is awesome: http://EditorConfig.org
2
-
3
- # Howto with your editor: http://editorconfig.org/#download
4
- # Sublime: https://github.com/sindresorhus/editorconfig-sublime
5
-
6
- # top-most EditorConfig file
7
1
root = true
8
2
9
3
# Unix-style newlines with a newline ending every file
10
4
[** ]
11
5
end_of_line = lf
12
6
insert_final_newline = true
13
7
14
- # Standard at: https://github.com/felixge /node-style-guide
8
+ # Standard at: https://github.com/twiage /node-style-guide
15
9
[** .{js,json} ]
16
- trim_trailing_whitespace = true
10
+ charset = utf-8
11
+ curly_bracket_next_line = false
17
12
indent_style = space
18
13
indent_size = 2
14
+ trim_trailing_whitespace = true
19
15
quote_type = single
20
- curly_bracket_next_line = false
21
16
spaces_around_operators = true
22
17
space_after_control_statements = true
23
18
space_after_anonymous_functions = true
Original file line number Diff line number Diff line change
1
+ lts/*
Original file line number Diff line number Diff line change 32
32
"name" : " Matt Calhoun" ,
33
33
34
34
"url" : " https://github.com/mcalhoun"
35
- }
35
+ },
36
+ "license" : " UNLICENSED"
36
37
}
You can’t perform that action at this time.
0 commit comments