Browse Source

Updated .editorconfig

master
digitalcraftsman 9 years ago
parent
commit
39d0ecafe9
  1. 6
      .editorconfig

6
.editorconfig

@ -5,16 +5,12 @@ root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
indent_style = tab
end_of_line = lf
insert_final_newline = true
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