Browse Source

Add .editorconfig

pull/6/head
Menci 7 years ago
parent
commit
c3f2569a8b
  1. 9
      .editorconfig

9
.editorconfig

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