1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-10 12:34:06 +02:00

Use 2 spaces for Kotlin files as per the IntelliJ platform coding style

This commit is contained in:
Andrey Vlasovskikh 2019-05-14 14:13:11 +03:00
parent 66dc40f6e2
commit bfcc75f754

View File

@ -5,5 +5,5 @@ indent_size = 2
indent_style = space
[*.kt]
indent_size = 4
indent_size = 2
indent_style = space