Skip to content

Commit

Permalink
global: editorconfig fix
Browse files Browse the repository at this point in the history
* Reverts change that was accidentally done by mistake in 0c9ffff.

Signed-off-by: Marco Neumann <marco@crepererum.net>
  • Loading branch information
crepererum committed Jun 9, 2015
1 parent fd2087a commit ddb714e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ root = true
[*]
indent_style = space
end_of_line = lf
insert_final_newline = false
trim_trailing_whitespace = false
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

# Python files
Expand Down

0 comments on commit ddb714e

Please sign in to comment.