Skip to content

Commit

Permalink
add additional properties to editorconfig - ref slimphp/Slim#2457
Browse files Browse the repository at this point in the history
  • Loading branch information
danopz authored and akrabat committed Sep 8, 2018
1 parent 5924b12 commit a439f87
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
root = true

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

[*.md]
trim_trailing_whitespace = false

0 comments on commit a439f87

Please sign in to comment.