You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since almost all of us use idea as a tool in our daily development, so I think it's importance for us to support a unify . format file by .editorconfig that can be imported by idea and more easy to format our codes.
Another one is that can we ignore the order of imported class? In my oppion,it's no need to care about that
The text was updated successfully, but these errors were encountered:
LINGLUOJUN
changed the title
[Code Style] Can we use .editorconfig to format the codes?
[Code Style] Can we use .editorconfig to format the codes and ignore the order of imported class?
Aug 24, 2024
Another one is that can we ignore the order of imported class? In my oppion,it's no need to care about that
how about this, @crossoverJie the default import order of idea is different from what we configured. I met several developers who asked about the related errors and they could only adjust it manually.
Another one is that can we ignore the order of imported class? In my oppion,it's no need to care about that
how about this, @crossoverJie the default import order of idea is different from what we configured. I met several developers who asked about the related errors and they could only adjust it manually.
Yes, some developers have also been asking me about this issue. I think maybe we should temporarily disable the import order check and enable it later once HertzBeat is stable.
Yes, some developers have also been asking me about this issue. I think maybe we should temporarily disable the import order check and enable it later once HertzBeat is stable.
Question
Since almost all of us use idea as a tool in our daily development, so I think it's importance for us to support a unify . format file by .editorconfig that can be imported by idea and more easy to format our codes.
Another one is that can we ignore the order of imported class? In my oppion,it's no need to care about that
The text was updated successfully, but these errors were encountered: