Skip to content

Commit 54d0956

Browse files
committedJun 1, 2015
Whitespace should be trimmed
1 parent 89059ff commit 54d0956

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ root = true
55
[*]
66
end_of_line = lf
77
charset = utf-8
8-
trim_trailing_whitespace = false
8+
trim_trailing_whitespace = true
99
insert_final_newline = true
1010
indent_style = tab
1111

‎gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ var initGulpTasks = require('react-component-gulp-tasks');
33

44
/**
55
* Tasks are added by the react-component-gulp-tasks package
6-
*
6+
*
77
* See https://github.com/JedWatson/react-component-gulp-tasks
88
* for documentation.
9-
*
9+
*
1010
* You can also add your own additional gulp tasks if you like.
1111
*/
1212

0 commit comments

Comments
 (0)
Please sign in to comment.