mirror of
https://github.com/gotson/komga.git
synced 2025-12-06 08:32:25 +01:00
build: add trailing comma in editor config
This commit is contained in:
parent
c508f30229
commit
c7d90b10f4
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@ tab_width=2
|
|||
indent_size=2
|
||||
tab_width=2
|
||||
max_line_length=off
|
||||
ij_kotlin_allow_trailing_comma=true
|
||||
ij_kotlin_allow_trailing_comma_on_call_site=true
|
||||
|
||||
[{*.yml,*.yaml}]
|
||||
indent_size=2
|
||||
|
|
|
|||
Loading…
Reference in a new issue