Add .editorconfig file to enforce editor rules

pull/141/head
Umar Bolatov 4 years ago
parent 146270856b
commit 9ddbec0494
No known key found for this signature in database
GPG Key ID: 2C1F9AEB371D2A28

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