File tree 4 files changed +17
-16
lines changed
4 files changed +17
-16
lines changed Original file line number Diff line number Diff line change 1
- # EditorConfig helps developers define and maintain consistent
2
- # coding styles between different editors and IDEs
3
- # editorconfig.org
4
-
5
1
root = true
6
2
7
-
8
3
[* ]
9
-
10
- # Change these settings to your own preference
11
- indent_style = space
12
- indent_size = 2
13
-
14
- # We recommend you to keep these unchanged
15
4
end_of_line = lf
16
5
charset = utf-8
17
6
trim_trailing_whitespace = true
7
+ indent_brace_style = K&R
8
+ curly_bracket_next_line = false
9
+ spaces_around_operators = true
10
+ max_line_length = 120
11
+ tab_width = 2
12
+ indent_style = space
13
+ indent_size = 2
14
+ continuation_indent_size = 4
18
15
insert_final_newline = true
19
16
20
17
[* .md ]
Original file line number Diff line number Diff line change 1
1
# Auto detect text files and perform LF normalization
2
- * text = auto
2
+ * text eol = lf
3
3
4
4
# Custom for Visual Studio
5
5
* .cs diff =csharp
Original file line number Diff line number Diff line change 1
- c # ################
1
+ # ################
2
2
# # Vim
3
3
# ################
4
4
@@ -199,4 +199,4 @@ Sauce-Connect.jar
199
199
docs
200
200
bower_components
201
201
.grunt
202
- coverage /
202
+ coverage /
Original file line number Diff line number Diff line change @@ -2,8 +2,12 @@ module.exports = {
2
2
options : {
3
3
reporter : require ( 'jshint-stylish' ) ,
4
4
5
- curly : true ,
6
- eqeqeq : true ,
5
+ curly : false ,
6
+ expr : true ,
7
+ asi : true ,
8
+ laxbreak : true ,
9
+ eqeqeq : false ,
10
+ lastsemic : false ,
7
11
immed : true ,
8
12
latedef : false ,
9
13
newcap : true ,
You can’t perform that action at this time.
0 commit comments