Browse Source

Add .editorconfig (#145)

pull/155/head
Ronei Chiarandi 8 years ago
committed by Thorsten Lünborg
parent
commit
c9cb4e1ac4
  1. 9
      template/.editorconfig

9
template/.editorconfig

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
Loading…
Cancel
Save