Browse Source

Removed the insertion of a final new line in html files

master
digitalcraftsman 9 years ago
parent
commit
afc093d9c7
  1. 3
      .editorconfig

3
.editorconfig

@ -13,5 +13,8 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.html]
insert_final_newline = false
[*.{html,css,js,yaml,toml,json}]
indent_size = 4
Loading…
Cancel
Save