Whenever I want to read my angular source file after some time then I have irritation due to broken code.
After saving, I want to present like 
. codes are breaking like 
.
How can I resolve this problem?
            Asked
            
        
        
            Active
            
        
            Viewed 36 times
        
    0
            
            
        
        Kumar sunil
        
- 5
 - 4
 
- 
                    It's auto-formatting the code. There's nothing wrong with it. – Red Mar 18 '22 at 04:45
 - 
                    Yes, I know. There are noting wrong but I want it all in one line. – Kumar sunil Mar 18 '22 at 04:46
 - 
                    Try: [Turn off auto formatting in Visual Studio](https://stackoverflow.com/q/737222/13552470) – Red Mar 18 '22 at 05:02