Skip to content

Commit

Permalink
trim trailing whitespace by default
Browse files Browse the repository at this point in the history
in markdown you can add whitespace at the end to do something special, but that is super dodgy so let's ignore it
  • Loading branch information
balupton committed Mar 3, 2017
1 parent fed8b8d commit 8baa573
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
@@ -1,12 +1,12 @@
# 2016 March 8
# 2017 March 3
# https://github.com/bevry/base

root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
trim_trailing_whitespace = true
insert_final_newline = false
indent_style = tab

Expand Down

0 comments on commit 8baa573

Please sign in to comment.