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
The code I pulled from the git repository has both LF and CRLF line breaks. When I use vscode to save, vscode automatically unifies all line breaks as LF or CRLF, but I use source insight. Shouldn't I just change the lines I modified when I'm thinking the editor saves the file? Why modify the entire file?
VS Code version: Code 1.67.0 (57fd6d0, 2022-05-04T12:06:02.889Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
The text was updated successfully, but these errors were encountered:
The same issue,editor.formatOnSaveMode is false, and I've tried disable all other extensions.
When I saved the mixed EOL file, It changed to the non-mixed EOL file.
We want to keep it mixed for a while for some historical reasons.
Issue Type: Feature Request
The code I pulled from the git repository has both LF and CRLF line breaks. When I use vscode to save, vscode automatically unifies all line breaks as LF or CRLF, but I use source insight. Shouldn't I just change the lines I modified when I'm thinking the editor saves the file? Why modify the entire file?
VS Code version: Code 1.67.0 (57fd6d0, 2022-05-04T12:06:02.889Z)
OS version: Windows_NT x64 10.0.19043
Restricted Mode: No
The text was updated successfully, but these errors were encountered: