build: fix editorconfig and disable max line for kotlin

intelliJ messes the format
This commit is contained in:
Gauthier Roebroeck 2021-01-08 16:20:37 +08:00
parent 7448d6f40f
commit 231fbbee60

View File

@ -18,9 +18,10 @@ tab_width = 2
indent_size = 2
tab_width = 2
[{*.gradle.kts, *.kts, *.kt}]
[{*.kts, *.kt}]
indent_size = 2
tab_width = 2
max_line_length = off
[{*.yml, *.yaml}]
indent_size = 2