Browse Source

Add .editorconfig

develop
pandao 6 years ago
parent
commit
f58fc10aec
  1. 9
      .editorconfig

9
.editorconfig

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