We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89059ff commit 54d0956Copy full SHA for 54d0956
.editorconfig
@@ -5,7 +5,7 @@ root = true
5
[*]
6
end_of_line = lf
7
charset = utf-8
8
-trim_trailing_whitespace = false
+trim_trailing_whitespace = true
9
insert_final_newline = true
10
indent_style = tab
11
gulpfile.js
@@ -3,10 +3,10 @@ var initGulpTasks = require('react-component-gulp-tasks');
3
4
/**
* Tasks are added by the react-component-gulp-tasks package
- *
+ *
* See https://github.com/JedWatson/react-component-gulp-tasks
* for documentation.
* You can also add your own additional gulp tasks if you like.
*/
12
0 commit comments