Adds a .editorconfig to keep code style similar on supporting configurations. (#1167)

This commit is contained in:
ZaneHannanAU 2019-06-09 07:47:22 +10:00 committed by Eugene
parent 1d538bb2fe
commit 3f179ee9bf
1 changed files with 11 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
# Editor configuration, see https://editorconfig.org
root = true
[*.kt]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true