Add editorconfig (#1142)

* Add editorconfig

* Update indent value
main
Nikita Glazov 6 years ago committed by GitHub
parent 3ce1a6ffe9
commit ca2f2164ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,17 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 4
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
Loading…
Cancel
Save