Merge pull request #354 from apollo-rsps/editorconfig

Add kotlin to .editorconfig
This commit is contained in:
Gary Tierney
2017-09-17 03:34:38 +01:00
committed by GitHub
+5 -1
View File
@@ -8,6 +8,10 @@ insert_final_newline = false
indent_style=tab
tab_width=4
[*.{kt, kts}]
indent_style=space
tab_width=4
[*.rb]
indent_style=space
indent_size=2
indent_size=2