Skip to content

Commit

Permalink
Standardize newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeno Rocha committed Jan 9, 2014
1 parent b2e5514 commit 4ff7f62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ root = true

[*]
end_of_line = lf
insert_final_newline = true
insert_final_newline = false
indent_style = space
indent_size = 4

indent_size = 4
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ node_js:
- 0.8
- 0.10
before_script:
- npm run-script generate
- npm run-script generate
2 changes: 1 addition & 1 deletion README-pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,4 +302,4 @@ Agradecimento especial a todos os membros da comunidade pelos feedbacks e contri

## Licença

[MIT License](http://braziljs.mit-license.org/) © BrazilJS Foundation
[MIT License](http://braziljs.mit-license.org/) © BrazilJS Foundation

0 comments on commit 4ff7f62

Please sign in to comment.