Added EditorConfig (#778)

This commit is contained in:
CEbbinghaus 2020-10-07 02:28:17 +11:00 committed by GitHub
parent 00cce9479a
commit 0beb3cedfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.editorconfig Executable file
View File

@ -0,0 +1,8 @@
root = true
[{src, translations}/*]
end_of_line = crlf
insert_final_newline = true
indent_style = space
indent_size = 4
charset = utf-8