Browse Source

Added .editorconfig

master
digitalcraftsman 9 years ago
parent
commit
a39cbc104e
  1. 17
      .editorconfig

17
.editorconfig

@ -0,0 +1,17 @@
# editorconfig.org
root = true
[*]
charset = utf-8
indent_size = 2
indent_style = space
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.{html,css,js,yaml,toml,json}]
indent_size = 4
Loading…
Cancel
Save