Skip to content

Commit

Permalink
Improve .editorconfig, change insert_final_newline to true, add trim_…
Browse files Browse the repository at this point in the history
…trailing_whitespace (react-boilerplate#1239)
  • Loading branch information
avdeev authored and Dattaya committed Dec 8, 2016
1 parent 50fef95 commit fef5eb3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = false
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit fef5eb3

Please sign in to comment.