the kotlin style guide indicates that annotations ...
# intellij
c
the kotlin style guide indicates that annotations without parameter can be grouped on one line, but still idea code autoformat puts them into separate lines. any way to avoid that? especially for
@Test
annotation i really want them on one line