Merge pull request #141 from bolatovumar/add-editorconfig

Add .editorconfig file to enforce editor rules
pull/151/head
Andreas M. Antonopoulos 4 years ago committed by GitHub
commit eb07540d05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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