Skip to content

Commit

Permalink
added trim trailing white space to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rdpascua committed Aug 14, 2014
1 parent 6a38f57 commit 507d95b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/Ehesp/Responsive-Dashboard",
"authors": [
"Elliot Hesp <elliot.hesp@gmail.com>",
"Ricardo Pascua Jr",
"Ricardo Pascua Jr <rdpascua@outlook.com>",
"Leonel Samayoa <leonel.e.samayoa@gmail.com>"
],
"description": "AngularJS + Bootstrap Responsive Dashboard",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "0.1.0",
"author": "Elliot Hesp",
"contributors": [
"Leonel Samayoa <leonel.e.samayoa@gmail.com> (http://gobliip.com)"
"Leonel Samayoa <leonel.e.samayoa@gmail.com> (http://gobliip.com)",
"Ricardo Pascua <rdpascua@outlook.com>"
],
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install"
Expand Down

0 comments on commit 507d95b

Please sign in to comment.