[misc] Add editorconfig

fix-devenv
Cathy Hu 2020-07-02 14:29:59 +02:00
parent 972b69fd88
commit 9df83cd6e0
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

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