Add kotlin to .editorconfig

Uses the recommended conventions.
This commit is contained in:
Major
2017-09-17 03:11:00 +01:00
committed by GitHub
parent f23114d511
commit 445c471283
+5 -1
View File
@@ -8,6 +8,10 @@ insert_final_newline = false
indent_style=tab indent_style=tab
tab_width=4 tab_width=4
[*.{kt, kts}]
indent_style=space
tab_width=4
[*.rb] [*.rb]
indent_style=space indent_style=space
indent_size=2 indent_size=2