Add a basic EditorConfig file (#523)

This commit is contained in:
Thomas--S 2019-12-07 16:21:41 +01:00 committed by GitHub
parent dc83862df6
commit c875175fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 90
tab_width = 4