Visual Studio Code automatically removes the latest empty lines when I'm changing windows/tabs. How to fix this?

后端 未结 0 653
盖世英雄少女心
盖世英雄少女心 2021-02-05 20:33

For example the code is this:

void main() {
  String msg = "Hi";

  Function say = () {
    msg = "Hello";
    print(msg);
  };
  
  
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题