mirror of
https://github.com/gotson/komga.git
synced 2025-01-08 11:47:47 +08:00
build: fix editorconfig and disable max line for kotlin
intelliJ messes the format
This commit is contained in:
parent
7448d6f40f
commit
231fbbee60
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user