Configure .editorconfig

This commit is contained in:
Him188 2020-09-17 22:20:48 +08:00
parent 7bcef7997a
commit d97e79d6a4

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[*.{kt, kts}]
max_line_length = 160
tab_width = 4
ij_continuation_indent_size = 4
indent_size = 4