Create .editorconfig

This commit is contained in:
Gregor Sturm 2020-06-15 15:57:51 +02:00 committed by GitHub
parent 9dee710b04
commit bc1f77f0f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
.editorconfig Normal file
View file

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 88
indent_size = 4
indent_style = space