Add .editorconfig for Kotlin files

This commit is contained in:
Niels van Velzen
2019-12-14 11:38:40 +01:00
parent 54d9cba938
commit 4eb2b9db7a

6
.editorconfig Normal file
View File

@@ -0,0 +1,6 @@
[{*.kts, *.kt}]
charset = utf-8
end_of_line = crlf
insert_final_newline = true
indent_style = tab
tab_width = 4