Describe your feature request
Setting to disable auto format
What problem(s) would this feature solve?
I want to submit code changes in Pull Requests. The auto-formatter changes the code in such a way that it ius difficult to see the differences. Please create a setting to disable automatic code formatting.
Explain what you were trying to do when you came across the problem leading to this feature request
I just pulled some code from GitHub, made some changes, and wanted to push them. The diffs are pretty hard to read.
I can’t really use replit if it makes changes to my code that I can’t control.
I think you misunderstood something. Replit has no auto-format. But if you want to format your code, you can press Ctrl+S to format it. You probably thought it was formatting your code automatically when you save, because you thought that Ctrl+S was for saving the file, but in Replit, files get saved automatically while you type. So there’s no need to press Ctrl+S and then Replit won’t format your code.