daniel
10/08/2020, 12:32 PMkotlin_imports_layout
to allow idea and ascii import ordering (so not the whole repo needs to change it’s order but we can still use the idea built in import order)?romtsn
10/08/2020, 12:36 PMdaniel
10/08/2020, 12:54 PMtapchicoma
10/08/2020, 2:49 PM.editorconfig
file. Something like:
[path/to/specific/sources/**/{*.kt,*.kts}]
kotlin_imports_layout=ascii
This block will redefine defautl value you've set in [{**.kt,*.kts}]*
blockdaniel
10/12/2020, 8:21 AM