Browse Source

Add editorconfig.

pull/2/head
Oleksii Trekhleb 5 years ago
parent
commit
06d465b146
  1. 8
      .editorconfig

8
.editorconfig

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