Prevent Array initialization from Re-Formatting
Hello,
I wonder if it is possible to tell IntelliJ to leave a construct like
private Object[][] testVectors = {
//___0,___________1,_______2
____{"772064-13",__"5611",__"Hans Muster"},
____{"CD4277307",_"77713",_"Hans Muster"},
};
unchanged when reformatting the code. The '_' represents a blank in the
sample above.
Thanks,
Reto
请先登录再写评论。