Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.5k views
in Technique[技术] by (71.8m points)

vscode settings - VS code auto-format messes up line breaks and pointer declarations

  1. I have a C statement that I have put over 2 lines to make it readable. When I save the file, the line is auto-formatted to one line - I do not want his.
  2. I declare a C pointer like this: int* myptr; . When I save this, it gets changed to int *myptr. Eg the asterisk is moved - I do not want this.

How do I stop the auto-formatter from doing the above 2 actions? The formatter is good for other things though.

question from:https://stackoverflow.com/questions/65884546/vs-code-auto-format-messes-up-line-breaks-and-pointer-declarations

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...